CloudBlobClient Members

Provides a client-side logical representation of the Windows Azure Blob service. This client is used to configure and execute requests against the Blob service.

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

Public Constructors

  Name Description
  CloudBlobClient Overloaded.  

Top

Public Properties

  Name Description
public property AuthenticationScheme Gets or sets the authentication scheme to use to sign HTTP requests.
public property BaseUri Gets the base URI for the Blob service client at the primary location.
public property 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.
public property Credentials Gets the account credentials used to create the Blob service client.
public property DefaultDelimiter Gets or sets the default delimiter that may be used to create a virtual directory structure of blobs.
public property DefaultRequestOptions Gets or sets the default request options for requests made via the Blob service client.
public property LocationMode Gets or sets the default location mode for requests made via the Blob service client. Obsolete.
public property MaximumExecutionTime Gets or sets the maximum execution time across all potential retries. Obsolete.
public property 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 in size. Obsolete.
public property RetryPolicy Gets or sets the default retry policy for requests made via the Blob service client. Obsolete.
public property ServerTimeout Gets or sets the default server timeout for requests made via the Blob service client. Obsolete.
public property SingleBlobUploadThresholdInBytes Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob. Obsolete.
public property StorageUri Gets the Blob service endpoints for both the primary and secondary locations.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method BeginGetBlobReferenceFromServer Overloaded.  
public method BeginGetServiceProperties Overloaded.  
public method BeginGetServiceStats Overloaded.  
public method BeginListBlobsSegmented Overloaded.  
public method BeginListContainersSegmented Overloaded.  
public method BeginSetServiceProperties Overloaded.  
public method EndGetBlobReferenceFromServer Ends an asynchronous operation to get a reference to a blob.
public method EndGetServiceProperties Ends an asynchronous operation to get service properties for the Blob service.
public method EndGetServiceStats Ends an asynchronous operation to get service stats for the secondary Blob service endpoint.
public method EndListBlobsSegmented Ends an asynchronous operation to return a result segment containing a collection of blob items in the container.
public method EndListContainersSegmented Ends an asynchronous operation to return a result segment containing a collection of containers.
public method EndSetServiceProperties Ends an asynchronous operation to set service properties for the Blob service.
public method Equals  (Inherited from Object)
public method GetBlobReferenceFromServer Overloaded.  
public method GetBlobReferenceFromServerAsync Overloaded.  
public method GetContainerReference Returns a reference to a CloudBlobContainer object with the specified name.
public method GetHashCode  (Inherited from Object)
public method GetRootContainerReference Returns a reference to the root container.
public method GetServiceProperties Gets service properties for the Blob service.
public method GetServicePropertiesAsync Overloaded.  
public method GetServiceStats Gets service stats for the secondary Blob service endpoint.
public method GetServiceStatsAsync Overloaded.  
public method GetType  (Inherited from Object)
public method ListBlobs Returns an enumerable collection of blobs in the container, retrieved lazily.
public method ListBlobsSegmented Overloaded.  
public method ListBlobsSegmentedAsync Overloaded.  
public method ListContainers Returns an enumerable collection of containers whose names begin with the specified prefix and that are retrieved lazily.
public method ListContainersSegmented Overloaded.  
public method ListContainersSegmentedAsync Overloaded.  
public method SetServiceProperties Sets service properties for the Blob service.
public method SetServicePropertiesAsync 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

Reference

CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace