CloudBlobContainer Methods

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.]

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginCreateOverloaded.  
public methodBeginCreateIfNotExistOverloaded.  
public methodBeginDeleteOverloaded.  
public methodBeginFetchAttributesOverloaded.  
public methodBeginGetPermissionsOverloaded.  
public methodBeginListBlobsSegmentedOverloaded.  
public methodBeginSetMetadataOverloaded.  
public methodBeginSetPermissionsOverloaded.  
public methodCreateOverloaded.  
public methodCreateIfNotExistOverloaded.  
public methodDeleteOverloaded.  
public methodEndCreateEnds an asynchronous operation to create a container.
public methodEndCreateIfNotExistReturns the result of an asynchronous request to create the container if it does not already exist.
public methodEndDeleteEnds an asynchronous operation to delete a container.
public methodEndFetchAttributesEnds an asynchronous operation to retrieve the container's attributes.
public methodEndGetPermissionsReturns the asynchronous result of the request to get the permissions settings for the container.
public methodEndListBlobsSegmentedEnds an asynchronous operation to return a result segment containing a collection of blob items in the container.
public methodEndSetMetadataEnds an asynchronous request operation to set user-defined metadata on the container.
public methodEndSetPermissionsReturns the result of an asynchronous request to set permissions for the container.
public methodEquals  (Inherited from Object)
public methodFetchAttributesOverloaded.  
public methodGetBlobReferenceGets a reference to a blob in this container.
public methodGetBlockBlobReferenceGets a reference to a block blob in this container.
public methodGetDirectoryReferenceGets a reference to a virtual blob directory beneath this container.
public methodGetHashCode  (Inherited from Object)
public methodGetPageBlobReferenceGets a reference to a page blob in this container.
public methodGetPermissionsOverloaded.  
public methodGetSharedAccessSignatureOverloaded.  
public methodGetType  (Inherited from Object)
public methodListBlobsOverloaded.  
public methodListBlobsSegmentedOverloaded.  
public methodSetMetadataOverloaded.  
public methodSetPermissionsOverloaded.  
public methodToString  (Inherited from Object)

Protected Methods

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

See Also