SalesBuy
1-855-856-7678
Technical SupportSupport
| 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.