CloudBlobClient 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
Top
Provides a client for accessing the Windows Azure Blob service.
The following tables list the members exposed by the CloudBlobClient type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudBlobClient | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| BaseUri | Gets the base URI for the Blob service client. | |
| Credentials | Gets the account credentials used to create the Blob service client. | |
| DefaultDelimiter | Gets or sets the default delimiter that may be used to create a blob directory structure of blobs. | |
| ParallelOperationThreadCount | Gets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property. | |
| ReadAheadInBytes | Gets or sets the number of bytes to pre-fetch when reading from a stream. | |
| RetryPolicy | Gets or sets the default retry policy for requests made via the Blob service client. | |
| SingleBlobUploadThresholdInBytes | Gets or sets the maximum size of a blob in bytes that may be uploaded in a single operation, without using blocks. | |
| Timeout | Gets or sets the default timeout for requests made by the Blob service client. | |
| UseIntegrityControlForStreamReading | Gets or sets a value indicating whether the integrity of each block should be verified when reading from a stream. | |
| WriteBlockSizeInBytes | Gets or sets the block size for writing to a block blob. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| BeginGetServiceProperties | Begins an asynchronous operation to get an account’s Blob service properties. | |
| BeginListBlobsWithPrefixSegmented | Overloaded. Begins an asynchronous operation to return a result segment containing a collection of blob items whose names begin with the specified prefix. | |
| BeginListContainersSegmented | Overloaded. Begins an asynchronous request to return a result segment containing a collection of containers. | |
| BeginSetServiceProperties | Begins an asynchronous operation to set an account’s Blob service properties, including Windows Azure Storage Analytics. | |
| EndGetServiceProperties | Ends an asynchronous operation to get an account’s Blob service properties. | |
| EndListBlobsWithPrefixSegmented | Ends an asynchronous operation to return a result segment containing a collection of blob items whose names begin with the specified prefix. | |
| EndListContainersSegmented | Ends an asynchronous operation to return a result segment containing a collection of containers. | |
| EndSetServiceProperties | Ends an asynchronous operation to set an account’s Blob service properties. | |
| Equals | (Inherited from Object) | |
| GetBlobDirectoryReference | Returns a reference to a CloudBlobDirectory object with the specified address. | |
| GetBlobReference | Overloaded. | |
| GetBlockBlob | This method is obsolete; use GetBlockBlobReference instead. Obsolete. | |
| GetBlockBlobReference | Overloaded. | |
| GetContainerReference | Returns a reference to a CloudBlobContainer object with the specified address. | |
| GetHashCode | (Inherited from Object) | |
| GetPageBlob | This method is obsolete; use GetPageBlobReference. Obsolete. | |
| GetPageBlobReference | Overloaded. | |
| GetServiceProperties | Gets the properties of a storage account’s Blob service, including Windows Azure Storage Analytics. | |
| GetType | (Inherited from Object) | |
| ListBlobsWithPrefix | Overloaded. Returns an enumerable collection of blob items whose names begin with the specified prefix. | |
| ListBlobsWithPrefixSegmented | Overloaded. Returns a result segment containing a collection of blob items whose names begin with the specified prefix. | |
| ListContainers | Overloaded. Returns an enumerable collection of containers. | |
| ListContainersSegmented | Overloaded. Returns a result segment containing a collection of containers whose names begin with the specified prefix. | |
| SetServiceProperties | Sets the properties of a storage account’s Blob service, including Windows Azure Storage Analytics and default service version. | |
| ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) |
Public Events
| Name | Description | |
|---|---|---|
| ResponseReceived | Occurs when a response is received from the server. |