BlobContainerProperties
in package
FinalYes
Represents Azure Storage blob container properties data.
Table of Contents
Properties
- $eTag : ETag|null
- $lastModified : DateTimeInterface
- $metadata : array<string|int, mixed>
Methods
- fromResponseHeaders() : self
- fromXml() : self
- __construct() : mixed
Properties
$eTag read-only
public
ETag|null
$eTag
= null
$lastModified read-only
public
DateTimeInterface
$lastModified
$metadata read-only
public
array<string|int, mixed>
$metadata
Methods
fromResponseHeaders()
public
static fromResponseHeaders(ResponseInterface $response) : self
Parameters
- $response : ResponseInterface
Return values
selffromXml()
public
static fromXml(SimpleXMLElement $xml) : self
Parameters
- $xml : SimpleXMLElement
Return values
self__construct()
private
__construct(DateTimeInterface $lastModified, array<string|int, string> $metadata[, ETag|null $eTag = null ]) : mixed
Parameters
- $lastModified : DateTimeInterface
- $metadata : array<string|int, string>
- $eTag : ETag|null = null