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 the data models for AzureQueueStorage.
null.
-
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
Classes in com.azure.storage.queue.models that implement interfaces with type arguments of type QueueServiceStatisticsModifier and TypeClassDescriptionfinal classStats for the storage service.Methods in com.azure.storage.queue.models that return QueueServiceStatisticsModifier and TypeMethodDescriptionstatic QueueServiceStatisticsQueueServiceStatistics.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueServiceStatistics from the XmlReader.static QueueServiceStatisticsReads an instance of QueueServiceStatistics from the XmlReader.QueueServiceStatistics.setGeoReplication(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.