CreateSnapshotOptions
in package
FinalYes
Configures creation of a read-only blob snapshot.
Table of Contents
Properties
- $conditions : BlobRequestConditions|null
- $metadata : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$conditions
public
BlobRequestConditions|null
$conditions
= null
$metadata
public
array<string|int, mixed>
$metadata
= []
Methods
__construct()
public
__construct([array<string, string> $metadata = [] ][, BlobRequestConditions|null $conditions = null ]) : mixed
Parameters
- $metadata : array<string, string> = []
-
Metadata for the snapshot. When empty, Azure copies the base blob metadata.
- $conditions : BlobRequestConditions|null = null
-
Conditions that the base blob must satisfy before the snapshot is created.