Azure OSS for PHP API Reference

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

Methods

fromResponseHeaders()

public static fromResponseHeaders(ResponseInterface $response) : self
Parameters
$response : ResponseInterface
Return values
self

fromXml()

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
On this page

Search results