[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
The set of options describing delete operation. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
The set of options describing delete operation. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As DeleteSnapshotsOption |
Syntax
| Visual Basic |
|---|
Public Enumeration DeleteSnapshotsOption |
| C# |
|---|
public enum DeleteSnapshotsOption |
| C++ |
|---|
public enum class DeleteSnapshotsOption |
| J# |
|---|
| JScript |
|---|
Members
| Member name | Description |
|---|---|
| DeleteSnapshotsOnly | Delete the blob's snapshots only. |
| IncludeSnapshots | Delete the blob and its snapshots. |
| None | Delete blobs but not snapshots. |