ContainerListingDetails Enum
- java.
lang. Object - java.
lang. Enum<ContainerListingDetails> - com.
microsoft. azure. storage. blob. ContainerListingDetails
- com.
- java.
public enum ContainerListingDetails
Specifies which details to include when listing the containers in this storage account.
Fields
ALL |
Specifies including all available details. |
METADATA |
Specifies including container metadata. |
NONE |
Specifies including no additional details. |
value |
Returns the value of this enum. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java