QueueProperties Class
QueueProperties.
Constructor
QueueProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
metadata
|
A name-value pair that represents queue metadata. |
|
approximate_message_count
|
Integer indicating an 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. |
Attributes
approximate_message_count
Integer indicating an 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.
approximate_message_count: int | None
metadata
A name-value pair that represents queue metadata.
metadata: dict[str, str] | None