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
$etag read-only
public
string
$etag
$lastModified read-only
public
DateTimeInterface|null
$lastModified
$metadata read-only
public
array<string|int, mixed>
$metadata
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