AzureStorage.Blob (ExAzureStorage v0.1.0) View Source
Blob Service
Link to this section Summary
Functions
The Create Container operation creates a new container under the specified account. If the container with the same name already exists, the operation fails.
The Delete Container operation marks the specified container for deletion. The container and any blobs contained within it are later deleted during garbage collection.
The Get Container Metadata operation returns all user-defined metadata for the container.
The Get Container Properties operation returns all user-defined metadata and system properties for the specified container. The data returned does not include the container's list of blobs.
The List Blobs operation returns a list of the blobs under the specified container.
The List Containers operation returns a list of the containers under the specified storage account.
The Set Container Metadata operation sets one or more user-defined name-value pairs for the specified container.
Link to this section Functions
The Create Container operation creates a new container under the specified account. If the container with the same name already exists, the operation fails.
The Delete Container operation marks the specified container for deletion. The container and any blobs contained within it are later deleted during garbage collection.
The Get Container Metadata operation returns all user-defined metadata for the container.
The Get Container Properties operation returns all user-defined metadata and system properties for the specified container. The data returned does not include the container's list of blobs.
The List Blobs operation returns a list of the blobs under the specified container.
The List Containers operation returns a list of the containers under the specified storage account.
The Set Container Metadata operation sets one or more user-defined name-value pairs for the specified container.