CloudFileShare Members

Windows Runtime Azure Storage Client Library

Represents a share in the Windows Azure File service.

The following tables list the members exposed by the CloudFileShare type.

Public Constructors

  Name Description
CloudFileShare Initializes a new instance of the CloudFileShare class.
Top

Public Properties

  Name Description
public property Metadata Gets the share's metadata.
public property Name Gets the name of the share.
public property Properties Gets the share's system properties.
public property ServiceClient Gets the service client for the share.
public property StorageUri Gets the list of URIs for all locations.
public property Uri Gets the share's URI.
Top

Public Methods (see also Protected Methods)

  Name Description
public method static Create  
public method CreateAsync Overloaded.  
public method CreateIfNotExistsAsync Overloaded.  
public method DeleteAsync Overloaded.  
public method DeleteIfExistsAsync Overloaded.  
public method Equals  (Inherited from Object)
public method ExistsAsync Overloaded.  
public method FetchAttributesAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetRootDirectoryReference Returns a reference to the root directory for this share.
public method GetType  (Inherited from Object)
public method SetMetadataAsync Overloaded.  
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also