Uses of Class
com.azure.storage.queue.models.QueueItem
-
Packages that use QueueItem Package Description com.azure.storage.queue This package contains the classes to perform actions on Azure Storage Queue.com.azure.storage.queue.models Package containing classes for AzureQueueStorage. -
-
Uses of QueueItem in com.azure.storage.queue
Methods in com.azure.storage.queue that return types with arguments of type QueueItem Modifier and Type Method Description com.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 QueueItem Modifier and Type Method Description QueueItemQueueItem. setMetadata(Map<String,String> metadata)Set the metadata property: Dictionary of <string>.QueueItemQueueItem. setName(String name)Set the name property: The name of the Queue.
-