Namespace Microsoft.WindowsAzure.Storage.Blob.Protocol
Classes
- BlobContainerEntry
Represents a container item returned in the XML response for a container listing operation.
- BlobErrorCodeStrings
Provides error code strings that are specific to the Blob service.
- BlobHttpResponseParsers
Provides a set of methods for parsing a response containing blob data from the Blob service.
- BlobHttpWebRequestFactory
A factory class for constructing HTTP web requests for the Blob service.
- BlobListingContext
Provides a set of parameters for a blob listing operation.
- BlobRequest
Provides a set of helper methods for constructing a request against the Blob service.
- ContainerHttpResponseParsers
Provides a set of methods for parsing container responses from the Blob service.
- ContainerHttpWebRequestFactory
A factory class for constructing a web request to manage containers in the Blob service.
- GetBlockListResponse
Provides methods for parsing the response from an operation to return a block list.
- GetPageDiffRangesResponse
Provides methods for parsing the response from an operation to get a range of differing pages for a page blob.
- GetPageRangesResponse
Provides methods for parsing the response from an operation to get a range of pages for a page blob.
- ListBlobEntry
Represents a blob item returned in the XML response for a blob listing operation.
- ListBlobPrefixEntry
Represents the blob name prefix that is returned in the XML response for a blob listing operation.
- ListBlobsResponse
Provides methods for parsing the response from a blob listing operation.
- ListContainersResponse
Provides methods for parsing the response from a container listing operation.
- PutBlockListItem
Represents a block in a block list.
Interfaces
- IListBlobEntry
Represents an item that may be returned by a blob listing operation.
Enums
- PageWrite
Describes actions that may be used for writing to a page blob or clearing a set of pages.