Enum BlobTraits
Specifies trait information to be included when listing blobs with the GetBlobsAsync(BlobTraits, BlobStates, String, CancellationToken) and GetBlobsByHierarchyAsync(BlobTraits, BlobStates, String, String, CancellationToken) operations.
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobTraits
All
Flag specifying that all traits should be included.
CopyStatus
Flag specifying that metadata related to any current or previous copy operation should be included.
Metadata
Flag specifying that the blob's metadata should be included.
None
Flag specifying only the default information for blobs should be included.