Udostępnij za pośrednictwem


BlobTraits Enum

Definition

Specifies trait information to be included when listing blobs with the GetBlobsAsync(BlobTraits, BlobStates, String, CancellationToken) and GetBlobsByHierarchyAsync(BlobTraits, BlobStates, String, String, CancellationToken) operations.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum BlobTraits
[<System.Flags>]
type BlobTraits = 
Public Enum BlobTraits
Inheritance
BlobTraits
Attributes

Fields

All -1

Flag specifying that all traits should be included.

CopyStatus 1

Flag specifying that metadata related to any current or previous copy operation should be included.

ImmutabilityPolicy 8

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

LegalHold 16

Flag specifying that the blob's legal hold should be included.

Metadata 2

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

None 0

Flag specifying only the default information for blobs should be included.

Tags 4

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

Applies to