Queue Class
Queue class.
- Inheritance
-
builtins.objectQueue
Constructor
Queue()
Variables
Name | Description |
---|---|
name
|
The name of the queue. |
metadata
|
A dict containing name-value pairs associated with the queue as metadata. This var is set to None unless the include=metadata param was included for the list queues operation. If this parameter was specified but the queue has no metadata, metadata will be set to an empty dictionary. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python