CloudBlobContainer Members

Windows Runtime Azure Storage Client Library

Represents a container in the Windows Azure Blob service.

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

Public Constructors

  Name Description
CloudBlobContainer Overloaded.  
Top

Public Properties

  Name Description
public property Metadata Gets the container's metadata.
public property Name Gets the name of the container.
public property Properties Gets the container's system properties.
public property ServiceClient Gets the Blob service client for the container.
public property StorageUri Gets the container's URIs for both the primary and secondary locations.
public property Uri Gets the container's URI for the primary location.
Top

Public Methods (see also Protected Methods)

  Name Description
public method AcquireLeaseAsync Overloaded.  
public method BreakLeaseAsync Overloaded.  
public method ChangeLeaseAsync Overloaded.  
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 GetBlobReferenceFromServerAsync Overloaded.  
public method GetBlockBlobReference Overloaded.  
public method GetDirectoryReference Gets a reference to a virtual blob directory beneath this container.
public method GetHashCode  (Inherited from Object)
public method GetPageBlobReference Overloaded.  
public method GetPermissionsAsync Overloaded.  
public method GetSharedAccessSignature Overloaded.  
public method GetType  (Inherited from Object)
public method ListBlobsSegmentedAsync Overloaded.  
public method ReleaseLeaseAsync Overloaded.  
public method RenewLeaseAsync Overloaded.  
public method SetMetadataAsync Overloaded.  
public method SetPermissionsAsync 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