Class BlobContainerEntry
- Namespace
- Microsoft.WindowsAzure.Storage.Blob.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a container item returned in the XML response for a container listing operation.
public sealed class BlobContainerEntry
- Inheritance
-
BlobContainerEntry
- Inherited Members
Properties
Metadata
Gets the user-defined metadata for the container.
public IDictionary<string, string> Metadata { get; }
Property Value
- IDictionary<string, string>
The container's metadata, as a collection of name-value pairs.
Name
Gets the name of the container.
public string Name { get; }
Property Value
- string
The container's name.
Properties
Gets the container's system properties.
public BlobContainerProperties Properties { get; }
Property Value
- BlobContainerProperties
The container's properties.
Uri
Gets the container's URI.
public Uri Uri { get; }
Property Value
- Uri
The absolute URI to the container.