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
$name read-only
public
string
$name
$properties read-only
public
BlobContainerProperties
$properties
$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__construct()
private
__construct(string $name, BlobContainerProperties $properties[, string|null $versionId = null ][, bool $isDeleted = false ]) : mixed
Parameters
- $name : string
- $properties : BlobContainerProperties
- $versionId : string|null = null
- $isDeleted : bool = false
deserializeMetadata()
private
static deserializeMetadata(SimpleXMLElement $xml) : array<string, string>
Parameters
- $xml : SimpleXMLElement