CloudBlobDirectory Members

Windows Runtime Azure Storage Client Library

Represents a virtual directory of blobs, designated by a delimiter character.

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

Public Properties

  Name Description
public property Container Gets the container for the virtual directory.
public property Parent Gets the parent directory for the virtual directory.
public property Prefix Gets the prefix.
public property ServiceClient Gets the Blob service client for the virtual directory.
public property StorageUri Gets the blob directory's URIs for both the primary and secondary locations.
public property Uri Gets the URI that identifies the virtual directory for the primary location.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetBlockBlobReference Overloaded.  
public method GetDirectoryReference Returns a virtual subdirectory within this virtual directory.
public method GetHashCode  (Inherited from Object)
public method GetPageBlobReference Overloaded.  
public method GetSubdirectoryReference Returns a virtual subdirectory within this virtual directory. Obsolete.
public method GetType  (Inherited from Object)
public method ListBlobsSegmentedAsync 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