Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Azure Queue Storage is een service om grote aantallen berichten op te slaan. U opent berichten vanaf elke locatie ter wereld via geverifieerde aanroepen via HTTP of HTTPS. Een wachtrijbericht kan maximaal 64 kB groot zijn. Een wachtrij kan miljoenen berichten bevatten, tot aan de totale capaciteitslimiet van een opslagaccount. Queues are commonly used to create a backlog of work to process asynchronously, like in the Web-Queue-Worker architectural style.
Queue Storage concepts
Queue Storage contains the following components:
URL format: Queues are addressable using the following URL format:
https://<storage account>.queue.core.windows.net/<queue>
De volgende URL verwijst naar een wachtrij in het diagram.
https://myaccount.queue.core.windows.net/images-to-download
Storage account: All access to Azure Storage is done through a storage account. For information about storage account capacity, see Scalability and performance targets for standard storage accounts.
Wachtrij: Een wachtrij bevat een set berichten. The queue name must be all lowercase. For information on naming queues, see Naming queues and metadata.
Bericht: Een bericht in een willekeurige indeling, van maximaal 64 KB. Before version 2017-07-29, the maximum time-to-live allowed is seven days. Voor versie 29-07-2017 of hoger mag de maximale time-to-live elk positief getal zijn. Of -1 om aan te geven dat het bericht niet verloopt. Als deze parameter wordt weggelaten, is de standaard time-to-live zeven dagen.