CloudFileDirectory Members

Windows Runtime Azure Storage Client Library

Represents a directory of files, designated by a delimiter character.

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

Public Constructors

  Name Description
CloudFileDirectory Initializes a new instance of the CloudFileDirectory class using an absolute URI to the directory.
Top

Public Properties

  Name Description
public property Name Gets the name of the directory.
public property Parent Gets a CloudFileDirectory object that represents the parent directory for the directory.
public property Properties Gets a FileDirectoryProperties object that represents the directory's system properties.
public property ServiceClient Gets a CloudFileClient object that specifies the endpoint for the File service.
public property Share Gets a CloudFileShare object that represents the share for the directory.
public property StorageUri Gets the file directory's URIs for all locations.
public property Uri Gets the directory's URI for the primary location.
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 GetDirectoryReference Returns a CloudFileDirectory object that represents a subdirectory within this directory.
public method GetFileReference Returns a CloudFile object that represents a file in this directory.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ListFilesAndDirectoriesSegmentedAsync 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