PHP OSS for Azure API Reference

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

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.

On this page

Search results