ShareListingDetails Enum
- java.
lang. Object - java.
lang. Enum<ShareListingDetails> - com.
microsoft. azure. storage. file. ShareListingDetails
- com.
- java.
public enum ShareListingDetails
Specifies which details to include when listing the shares in this storage account.
Fields
METADATA |
Specifies including share metadata. |
NONE |
Specifies including no additional details. |
SNAPSHOTS |
Specifies listing share snapshots. |
value |
Returns the value of this enum. |