BlobTraits Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
All | -1 | Flag specifying that all traits should be included. |
None | 0 | Flag specifying only the default information for blobs should be included. |
CopyStatus | 1 | Flag specifying that metadata related to any current or previous copy operation should be included. |
Metadata | 2 | Flag specifying that the blob's metadata should be included. |
Tags | 4 | Flag specifying that the blob's tags 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. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: