Table of Contents

Enum DeleteSnapshotsOption

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

The set of options describing delete operation.

public enum DeleteSnapshotsOption

Fields

DeleteSnapshotsOnly = 2

Delete the blob's snapshots only.

IncludeSnapshots = 1

Delete the blob and its snapshots.

None = 0

Delete the blob only. If the blob has snapshots, this option will result in an error from the service.