Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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)
'Usage
Dim instance As BlobListingDetails

[FlagsAttribute] 
public enum BlobListingDetails
/** @attribute FlagsAttribute() */ 
public enum BlobListingDetails
FlagsAttribute 
public enum BlobListingDetails
Member nameDescription
AllList all available committed blobs, uncommitted blobs, and snapshots, and return all metadata for those blobs.
MetadataRetrieve blob metadata for each blob returned in the listing.
NoneList only committed blobs, and do not return blob metadata.
SnapshotsList committed blobs and blob snapshots.
UncommittedBlobsList 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 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter