DeleteSnapshotsOption Enumeration
The set of options describing delete operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| DeleteSnapshotsOnly | Delete the blob's snapshots only. | |
| IncludeSnapshots | Delete the blob and its snapshots. | |
| None | Delete the blob only. If the blob has snapshots, this option will result in an error from the service. |