QueueListingDetails Enum
- java.
lang. Object - java.
lang. Enum<QueueListingDetails> - com.
microsoft. azure. storage. queue. QueueListingDetails
- com.
- java.
public enum QueueListingDetails
Specifies which details to include when listing the queues in this storage account.
Fields
ALL |
Specifies including all available details. |
METADATA |
Specifies including queue 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