Show / Hide Table of Contents

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: System.Dynamic.ExpandoObject
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.

ImmutabilityPolicy

Flag specifying that the blob's immutibility policy should be included.

LegalHold

Flag specifying that the blob's legal hold 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.

Tags

Flag specifying that the blob's tags should be included.

Back to top Azure SDK for .NET