ContainerRequest Members

Storage Client Library NET API

[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.]

Provides a set of methods for constructing requests for container operations.

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

Public Methods

 NameDescription
public methodstaticAddConditionalOverloaded.  
public methodstaticAddMetadataOverloaded.  
public methodstaticCreateConstructs a web request to create a new container.
public methodstaticDeleteConstructs a web request to delete the container and all of blobs within it.
public methodstaticGetAclConstructs a web request to return the ACL for this container.
public methodstaticGetMetadataConstructs a web request to retrieve the container's metadata.
public methodstaticGetPropertiesConstructs a web request to return the user-defined metadata for this container.
public methodstaticListConstructs a web request to return a listing of all containers in this storage account.
public methodstaticSetAclSets the ACL for the container.
public methodstaticSetMetadataConstructs a web request to set user-defined metadata for the container.
public methodstaticSignRequestSigns the request for Shared Key authentication.
public methodstaticSignRequestForSharedKeyLiteSigns the request for Shared Key Lite authentication.
public methodstaticWriteSharedAccessIdentifiersWrites a collection of shared access policies to the specified stream in XML format.
Top

See Also