DeleteSnapshotsOption Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
DeleteSnapshotsOption Enumeration
The set of options describing delete operation.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
The set of options describing delete operation.
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. |