[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 container operations.
The following tables list the members exposed by the ContainerRequest type.
Public Methods
Name | Description | |
---|---|---|
AddConditional | Overloaded. | |
AddMetadata | Overloaded. | |
Create | Constructs a web request to create a new container. | |
Delete | Constructs a web request to delete the container and all of blobs within it. | |
GetAcl | Constructs a web request to return the ACL for this container. | |
GetMetadata | Constructs a web request to retrieve the container's metadata. | |
GetProperties | Constructs a web request to return the user-defined metadata for this container. | |
List | Constructs a web request to return a listing of all containers in this storage account. | |
SetAcl | Sets the ACL for the container. | |
SetMetadata | Constructs a web request to set user-defined metadata for the container. | |
SignRequest | Signs the request for Shared Key authentication. | |
SignRequestForSharedKeyLite | Signs the request for Shared Key Lite authentication. | |
WriteSharedAccessIdentifiers | Writes a collection of shared access policies to the specified stream in XML format. |