Uses of Class
com.azure.storage.queue.models.QueueItem
Packages that use QueueItem
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
Package containing the data models for AzureQueueStorage.
-
Uses of QueueItem in com.azure.storage.queue
Methods in com.azure.storage.queue that return types with arguments of type QueueItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<QueueItem> QueueServiceAsyncClient.listQueues()
Lists all queues in the storage account without their metadata.com.azure.core.http.rest.PagedFlux
<QueueItem> QueueServiceAsyncClient.listQueues
(QueuesSegmentOptions options) Lists the queues in the storage account that pass the filter.com.azure.core.http.rest.PagedIterable
<QueueItem> QueueServiceClient.listQueues()
Lists all queues in the storage account without their metadata.com.azure.core.http.rest.PagedIterable
<QueueItem> QueueServiceClient.listQueues
(QueuesSegmentOptions options, Duration timeout, com.azure.core.util.Context context) Lists the queues in the storage account that pass the filter. -
Uses of QueueItem in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueItemModifier and TypeMethodDescriptionstatic QueueItem
QueueItem.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueItem from the XmlReader.static QueueItem
Reads an instance of QueueItem from the XmlReader.QueueItem.setMetadata
(Map<String, String> metadata) Set the metadata property: Dictionary of <string>.Set the name property: The name of the Queue.