PHP OSS for Azure API Reference

DeleteSnapshotsOption : string
in package

Specifies how snapshots are handled when deleting a base blob.

Table of Contents

Cases

INCLUDE_SNAPSHOTS  = 'include'
Deletes the base blob and all of its snapshots.
ONLY_SNAPSHOTS  = 'only'
Deletes all snapshots while preserving the base blob.

Cases

On this page

Search results