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. |
- Source:
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 |