Show / Hide Table of Contents

Enum DeleteSnapshotsOption

Required if the blob has associated snapshots. Specify one of the following two options: include: Delete the base blob and all of its snapshots. only: Delete only the blob's snapshots and not the blob itself

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public enum DeleteSnapshotsOption

IncludeSnapshots

include

None

none

OnlySnapshots

only

Back to top Azure SDK for .NET