Uses of Class
com.azure.storage.queue.models.QueueProperties
Packages that use QueueProperties
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of QueueProperties in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueuePropertiesModifier and TypeMethodDescriptionQueueClient.getProperties()
Retrieves metadata and approximate message count of the queue.Methods in com.azure.storage.queue that return types with arguments of type QueuePropertiesModifier and TypeMethodDescriptionQueueAsyncClient.getProperties()
Retrieves metadata and approximate message count of the queue.Mono<com.azure.core.http.rest.Response<QueueProperties>>
QueueAsyncClient.getPropertiesWithResponse()
Retrieves metadata and approximate message count of the queue.com.azure.core.http.rest.Response<QueueProperties>
QueueClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves metadata and approximate message count of the queue.