queueservice Module

Classes

QueueService

This is the main class managing queue resources.

The Queue service stores messages. A queue can contain an unlimited number of messages, each of which can be up to 64KB in size. Messages are generally added to the end of the queue and retrieved from the front of the queue, although first in, first out (FIFO) behavior is not guaranteed.

:type ~azure.storage.common.TokenCredential