DeleteSnapshotsOption
: string
in package
Specifies how snapshots are handled when deleting a base blob.
Table of Contents
Cases
- INCLUDE_SNAPSHOTS = 'include'
- Deletes the base blob and all of its snapshots.
- ONLY_SNAPSHOTS = 'only'
- Deletes all snapshots while preserving the base blob.
Cases
INCLUDE_SNAPSHOTS
Deletes the base blob and all of its snapshots.
ONLY_SNAPSHOTS
Deletes all snapshots while preserving the base blob.