DeleteSnapshotsOption Enum

Definition

The set of options describing delete operation.

public enum DeleteSnapshotsOption
type DeleteSnapshotsOption = 
Public Enum DeleteSnapshotsOption
Inheritance
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.

Applies to