PHP OSS for Azure API Reference

BlobContainer
in package

FinalYes

Represents Azure Storage blob container data.

Table of Contents

Properties

$isDeleted  : bool
Indicates whether this container is soft-deleted and eligible for restoration.
$name  : string
$properties  : BlobContainerProperties
$versionId  : string|null
The service-generated version that uniquely identifies a soft-deleted container.

Methods

fromXml()  : self
__construct()  : mixed
deserializeMetadata()  : array<string, string>

Properties

$isDeleted read-only

Indicates whether this container is soft-deleted and eligible for restoration.

public bool $isDeleted = false

$versionId read-only

The service-generated version that uniquely identifies a soft-deleted container.

public string|null $versionId = null

Methods

fromXml()

public static fromXml(SimpleXMLElement $xml) : self
Parameters
$xml : SimpleXMLElement
Return values
self

deserializeMetadata()

private static deserializeMetadata(SimpleXMLElement $xml) : array<string, string>
Parameters
$xml : SimpleXMLElement
Return values
array<string, string>
On this page

Search results