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. |
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