Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The set of options describing delete operation.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum DeleteSnapshotsOption
 
public enum class DeleteSnapshotsOption
 
type DeleteSnapshotsOption
 
Public Enumeration DeleteSnapshotsOption

Members

Member nameDescription
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