Azure OSS for PHP API Reference

QueueProperties
in package

FinalYes

Represents Azure Storage queue properties data.

Table of Contents

Properties

$approximateMessagesCount  : int
$etag  : string
$lastModified  : DateTimeInterface|null
$metadata  : array<string|int, mixed>

Methods

fromResponseHeaders()  : self
__construct()  : mixed
tryParseHttpDate()  : DateTimeImmutable|null

Properties

$approximateMessagesCount read-only

public int $approximateMessagesCount

Methods

fromResponseHeaders()

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

__construct()

private __construct(DateTimeInterface|null $lastModified, string $etag, int $approximateMessagesCount, array<string|int, string> $metadata) : mixed
Parameters
$lastModified : DateTimeInterface|null
$etag : string
$approximateMessagesCount : int
$metadata : array<string|int, string>

tryParseHttpDate()

private static tryParseHttpDate(string $value) : DateTimeImmutable|null
Parameters
$value : string
Return values
DateTimeImmutable|null
On this page

Search results