





[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
Provides a set of methods for constructing requests for blob operations.
The following tables list the members exposed by the BlobRequest type.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | AddConditional | Overloaded. |
![]() ![]() | AddMetadata | Overloaded. |
![]() ![]() | CopyFrom | Constructs a web request to copy a blob. |
![]() ![]() | Delete | Constructs a web request to delete a blob. |
![]() ![]() | Get | Overloaded. |
![]() ![]() | GetBlockList | Constructs a web request to return the list of blocks for a block blob. |
![]() ![]() | GetMetadata | Constructs a web request to return the user-defined metadata for the blob. |
![]() ![]() | GetPageRanges | Constructs a web request to return the list of active page ranges for a page blob. |
![]() ![]() | GetProperties | Constructs a web request to return the blob's system properties. |
![]() ![]() | GetServiceProperties | Gets the properties of an account’s Blob service. |
![]() ![]() | Lease | Constructs a web request to use to acquire, renew, release or break the lease for the blob. |
![]() ![]() | List | Constructs a web request to return a listing of all blobs in the container. |
![]() ![]() | Put | Constructs a web request to create a new block blob or page blob, or to update the content of an existing block blob. |
![]() ![]() | PutBlock | Constructs a web request to write a block to a block blob. |
![]() ![]() | PutBlockList | Constructs a web request to create or update a blob by committing a block list. |
![]() ![]() | PutPage | Constructs a web request to write or clear a range of pages in a page blob. |
![]() ![]() | SetMetadata | Constructs a web request to set user-defined metadata for the blob. |
![]() ![]() | SetProperties | Constructs a web request to set system properties for a blob. |
![]() ![]() | SetServiceProperties | Sets the properties of an account’s Blob service. |
![]() ![]() | SignRequest | Signs the request for Shared Key authentication. |
![]() ![]() | SignRequestForSharedKeyLite | Signs the request for Shared Key Lite authentication. |
![]() ![]() | Snapshot | Constructs a web request to create a snapshot of a blob. |
![]() ![]() | WriteBlockListBody | Writes the body of the block list to the specified stream in XML format. |
![]() ![]() | WriteServiceProperties | Writes the Blob service properties to an output stream. |