BlobContainerStates 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 BlobContainerStates
[<System.Flags>]
type BlobContainerStates =
Public Enum BlobContainerStates
- Inheritance
-
BlobContainerStates
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default flag specifying that no flags are set in BlobContainerTraits. |
Deleted | 1 | Flag specifying that deleted containers should be included. |
System | 2 | Flag specifying that system containers should be included. |
Applies to
Azure SDK for .NET