Download Azure Cloud Connect Setup File Download Azure Cloud Connect Zip File
Provides a client-side logical representation of Microsoft Azure Blob storage.
public class CloudBlobClient
CloudBlobClient(StorageUri, StorageCredentials, DelegatingHandler) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials. |
CloudBlobClient(Uri, DelegatingHandler) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials. |
CloudBlobClient(Uri, StorageCredentials, DelegatingHandler) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials. |
AuthenticationScheme | Gets or sets the authentication scheme to use to sign HTTP requests. |
BaseUri | Gets the base URI for the Blob service client at the primary location. |
BufferManager | Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against 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 virtual directory structure of blobs. |
DefaultRequestOptions | Gets or sets the default request options for requests made via the Blob service client. |
RetryPolicy | Gets or sets the default retry policy for requests made via the Blob service client. |
StorageUri | Gets the Blob service endpoints for both the primary and secondary locations. |