<PackageReference Include="Azure.Storage.Blobs" Version="12.25.0" />

BlobTraits

public enum BlobTraits
Specifies trait information to be included when listing blobs with the GetBlobsAsync and GetBlobsByHierarchyAsync operations.
All = -1

Flag specifying that all traits should be included.

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

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

LegalHold = 16

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

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.