Microsoft.WindowsAzure.StorageClient Namespace |
[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.]
Classes
Class | Description |
---|---|
BlobAttributes | Represents a blob's attributes, including its properties and metadata. |
BlobContainerAttributes | Represents a container's attributes, including its properties and metadata. |
BlobContainerPermissions | Represents the permissions for a container. |
BlobContainerProperties | Represents the system properties for a container. |
BlobErrorCodeStrings | Provides error code strings that are specific to the Blob service. |
BlobProperties | Represents the system properties for a blob. |
BlobRequestOptions | Represents a set of options that may be specified on a request. |
BlobStream | Represents a stream for reading and writing to a blob. |
CloudBlob | Represents a Windows Azure blob. |
CloudBlobClient | Provides a client for accessing the Windows Azure Blob service. |
CloudBlobContainer | Represents a container in the Windows Azure Blob service. |
CloudBlobDirectory | Represents a blob directory of blobs, designated by a delimiter character. |
CloudBlockBlob | Represents a blob that is uploaded as a set of blocks. |
CloudDrive | |
CloudDriveException | |
CloudPageBlob | Represents a blob made up of a collection of pages. |
CloudQueue | Represents a Windows Azure queue. |
CloudQueueClient | Provides a client for accessing the Windows Azure Queue service. |
CloudQueueMessage | Represents a message in a queue. |
CloudStorageAccountCloudDriveExtensions | |
CloudStorageAccountStorageClientExtensions | Provides a set of extensions to the CloudStorageAccount class that may be used to generate client objects for the Windows Azure storage services. |
CloudTableClient | Provides a client for accessing the Windows Azure Table service. |
CloudTableQuery | Represents a query against the Windows Azure Table service. |
ListBlockItem | Represents a block retrieved from the blob's block list. |
PageRange | Represents a range of pages in a page blob. |
QueueAttributes | Represents a queue's attributes. |
QueueErrorCodeStrings | Provides error code strings that are specific to the Queue service. |
ResponseReceivedEventArgs | Provides the arguments for the ResponseReceived event. |
ResultContinuation | Manage continuation information for various listing operation. Can be serialized using XML serialization. |
ResultSegment | Represents a result segment that was retrieved from the total set of possible results. |
RetryPolicies | Defines some standard retry policies. |
SharedAccessPolicies | Represents the collection of shared access policies defined for a container. |
SharedAccessPolicy | Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature. |
StorageClientException | Represents an exception thrown by the Windows Azure storage client library. |
StorageErrorCodeStrings | Provides error code strings that are common to all storage services. |
StorageException | The base class for Windows Azure storage service exceptions. |
StorageExceptionExtensions | Contains methods used to translate data access exceptions for Windows Azure tables, blobs, and queues into Windows Azure-specific exceptions. |
StorageExtendedErrorInformation | Represents extended error information returned by the Windows Azure storage services. |
StorageServerException | Represents an exception thrown due to a server-side error. |
TableErrorCodeStrings | Provides error code strings that are specific to the Azure Table service. |
TableServiceContext | Represents a DataServiceContext object for use with the Windows Azure Table service. |
TableServiceEntity | Represents an entity in a Windows Azure table. |
TableServiceExtensionMethods | Provides a set of extensions for the Table service. |
Interfaces
Interface | Description |
---|---|
IListBlobItem | Represents an item that may be returned by a blob listing operation. |
Structures
Structure | Description |
---|---|
AccessCondition | Represents a set of access conditions to be used for operations against the storage services. |
Delegates
Delegate | Description |
---|---|
RetryPolicy | Returns a ShouldRetry delegate that determines if the request should be retried. |
ShouldRetry | A delegate that determines whether a request should be retried. |
Enumerations
Enumeration | Description |
---|---|
BlobContainerPublicAccessType | Specifies the level of public access that is allowed on the container. |
BlobListingDetails | Specifies which items to include when listing a set of blobs. |
BlobType | The type of a blob. |
BlockListingFilter | Indicates whether to list only committed blocks, only uncommitted blocks, or all blocks. |
ContainerListingDetails | Specifies which details to include when listing the containers in this storage account. |
DeleteSnapshotsOption | The set of options describing delete operation. |
DriveMountOptions | |
LeaseStatus | The lease status of the blob. |
MessageUpdateFields | Specifies the settings to update in a queue message. |
QueueListingDetails | Specifies which details to include when listing queues in this storage account. |
SharedAccessPermissions | Specifies the set of possible permissions for a shared access policy. |
StorageErrorCode | Describes error codes that may be returned by the Windows Azure storage services or the storage client library. |