DeleteShareSnapshotsOption Enum
- java.
lang. Object - java.
lang. Enum<DeleteShareSnapshotsOption> - com.
microsoft. azure. storage. file. DeleteShareSnapshotsOption
- com.
- java.
public enum DeleteShareSnapshotsOption
Specifies options when calling the delete share operation.
Fields
INCLUDE_SNAPSHOTS |
Specifies deleting the blob and its snapshots. |
NONE |
Specifies deleting the blob only. If the blob has snapshots, this option will result in an error from the service. |