CloudBlobContainer 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 container in the Windows Azure Blob service.

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

Public Constructors

 NameDescription
CloudBlobContainerOverloaded.  
Top

Public Properties

 NameDescription
public propertyAttributesGets the container's attributes.
public propertyMetadataGets the container's metadata.
public propertyNameGets the name of the container.
public propertyPropertiesGets the container's system properties.
public propertyServiceClientGets the service client for the container.
public propertyUriGets the container's URI.
Top

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)
Top

Protected Methods

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

See Also