Class: QueueResult

QueueResult

The QueueResult class is used to store the queue information.


new QueueResult( [name] [, metadata])

Creates a new QueueResult object.

Parameters:
Name Type Argument Description
name string <optional>

The queue name.

metadata string <optional>

The metadata key/value pair.

Properties:
Name Type Description
name string

The queue name.

metadata object

The metadata key/value pair.

approximateMessageCount number

The approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.

signedIdentifiers Object.<string, AccessPolicy>

The container ACL settings. See AccessPolicy for detailed information.

Source: