BlobListingDetails Enumeration
Specifies which items to include when listing a set of blobs.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| All | List all available committed blobs, uncommitted blobs, and snapshots, and return all metadata and copy status for those blobs. | |
| Copy | Include copy properties in the listing. | |
| 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. |