BlobListingDetails Enumeration
Specifies which items to include when listing a set of blobs.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
| Member name | Description |
|---|---|
| All | List all available committed blobs, uncommitted blobs, and snapshots, and return all metadata for those blobs. |
| Metadata | Retrieve blob metadata for each blob returned in the listing. |
| None | List only committed blobs, and do not return blob metadata. |
| Snapshots | List committed blobs and blob snapshots. |
| UncommittedBlobs | List committed and uncommitted blobs. |
These enumeration values can be combined using the OR operator (vertical bar in C#) to designate multiple fields in method parameters that expect this enumeration type.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms