BlobContainerTraits Enum
Definition
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 options for listing blob containers with the GetBlobContainersAsync(BlobContainerTraits, BlobContainerStates, String, CancellationToken) operation.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum BlobContainerTraits
[<System.Flags>]
type BlobContainerTraits =
Public Enum BlobContainerTraits
- Inheritance
-
BlobContainerTraits
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default flag specifying that no flags are set in BlobContainerTraits. |
Metadata | 1 | Flag specifying that the container's metadata should be included. |
Applies to
Azure SDK for .NET