CloudBlobContainer Members
From 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.]
Top
Top
Top
Top
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. |
Public Properties
| Name | Description | |
|---|---|---|
| Attributes | Gets the container's attributes. | |
| Metadata | Gets the container's metadata. | |
| Name | Gets the name of the container. | |
| Properties | Gets the container's system properties. | |
| ServiceClient | Gets the service client for the container. | |
| Uri | Gets the container's URI. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| BeginCreate | Overloaded. | |
| BeginCreateIfNotExist | Overloaded. | |
| BeginDelete | Overloaded. | |
| BeginFetchAttributes | Overloaded. | |
| BeginGetPermissions | Overloaded. | |
| BeginListBlobsSegmented | Overloaded. | |
| BeginSetMetadata | Overloaded. | |
| BeginSetPermissions | Overloaded. | |
| Create | Overloaded. | |
| CreateIfNotExist | Overloaded. | |
| Delete | Overloaded. | |
| EndCreate | Ends an asynchronous operation to create a container. | |
| EndCreateIfNotExist | Returns the result of an asynchronous request to create the container if it does not already exist. | |
| EndDelete | Ends an asynchronous operation to delete a container. | |
| EndFetchAttributes | Ends an asynchronous operation to retrieve the container's attributes. | |
| EndGetPermissions | Returns the asynchronous result of the request to get the permissions settings for the container. | |
| EndListBlobsSegmented | Ends an asynchronous operation to return a result segment containing a collection of blob items in the container. | |
| EndSetMetadata | Ends an asynchronous request operation to set user-defined metadata on the container. | |
| EndSetPermissions | Returns the result of an asynchronous request to set permissions for the container. | |
| Equals | (Inherited from Object) | |
| FetchAttributes | Overloaded. | |
| GetBlobReference | Gets a reference to a blob in this container. | |
| GetBlockBlobReference | Gets a reference to a block blob in this container. | |
| GetDirectoryReference | Gets a reference to a virtual blob directory beneath this container. | |
| GetHashCode | (Inherited from Object) | |
| GetPageBlobReference | Gets a reference to a page blob in this container. | |
| GetPermissions | Overloaded. | |
| GetSharedAccessSignature | Overloaded. | |
| GetType | (Inherited from Object) | |
| ListBlobs | Overloaded. | |
| ListBlobsSegmented | Overloaded. | |
| SetMetadata | Overloaded. | |
| SetPermissions | Overloaded. | |
| ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ParseETagAndLastModified |