CloudBlobDirectory Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

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

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

Public Properties

 NameDescription
public propertyContainerGets the container for the blob directory.
public propertyParentGets the parent directory for the blob directory.
public propertyServiceClientGets the service client for the blob directory.
public propertyUriGets the URI that identifies the blob directory.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginListBlobsSegmentedOverloaded.  
public methodEndListBlobsSegmentedEnds an asynchronous request to return a result segment containing a collection of blob items.
public methodEquals  (Inherited from Object)
public methodGetBlobReferenceOverloaded.  
public methodGetBlockBlobReferenceOverloaded.  
public methodGetHashCode  (Inherited from Object)
public methodGetPageBlobReferenceOverloaded.  
public methodGetSubdirectoryReturns a blob subdirectory within this blob directory.
public methodGetType  (Inherited from Object)
public methodListBlobsOverloaded.  
public methodListBlobsSegmentedOverloaded.  
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also