Uses of Class
com.azure.storage.queue.models.QueueServiceStatistics
Packages that use QueueServiceStatistics
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
Package containing classes for AzureQueueStorage.
-
Uses of QueueServiceStatistics in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueServiceStatisticsModifier and TypeMethodDescriptionQueueServiceClient.getStatistics()
Retrieves the geo replication information about the Queue service.Methods in com.azure.storage.queue that return types with arguments of type QueueServiceStatisticsModifier and TypeMethodDescriptionQueueServiceAsyncClient.getStatistics()
Retrieves the geo replication information about the Queue service.Mono<com.azure.core.http.rest.Response<QueueServiceStatistics>>
QueueServiceAsyncClient.getStatisticsWithResponse()
Retrieves the geo replication information about the Queue service.com.azure.core.http.rest.Response<QueueServiceStatistics>
QueueServiceClient.getStatisticsWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves the geo replication information about the Queue service. -
Uses of QueueServiceStatistics in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueServiceStatisticsModifier and TypeMethodDescriptionQueueServiceStatistics.setGeoReplication
(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.