DeleteBlobOptions
in package
FinalYes
Configures delete blob options.
Table of Contents
Properties
- $conditions : BlobRequestConditions|null
- $snapshotsOption : DeleteSnapshotsOption|null
- Controls whether snapshots are included instead of rejecting deletion when snapshots exist.
Methods
- __construct() : mixed
Properties
$conditions
public
BlobRequestConditions|null
$conditions
= null
$snapshotsOption
Controls whether snapshots are included instead of rejecting deletion when snapshots exist.
public
DeleteSnapshotsOption|null
$snapshotsOption
= null
Methods
__construct()
public
__construct([BlobRequestConditions|null $conditions = null ][, DeleteSnapshotsOption|null $snapshotsOption = null ]) : mixed
Parameters
- $conditions : BlobRequestConditions|null = null
- $snapshotsOption : DeleteSnapshotsOption|null = null