Uses of Class
com.azure.storage.blob.models.BlobServiceStatistics
Packages that use BlobServiceStatistics
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobServiceStatistics in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceStatisticsModifier and TypeMethodDescriptionBlobServiceClient.getStatistics()
Retrieves statistics related to replication for the Blob service.Methods in com.azure.storage.blob that return types with arguments of type BlobServiceStatisticsModifier and TypeMethodDescriptionBlobServiceAsyncClient.getStatistics()
Retrieves statistics related to replication for the Blob service.Mono
<com.azure.core.http.rest.Response<BlobServiceStatistics>> BlobServiceAsyncClient.getStatisticsWithResponse()
Retrieves statistics related to replication for the Blob service.com.azure.core.http.rest.Response
<BlobServiceStatistics> BlobServiceClient.getStatisticsWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves statistics related to replication for the Blob service. -
Uses of BlobServiceStatistics in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobServiceStatisticsModifier and TypeMethodDescriptionstatic BlobServiceStatistics
BlobServiceStatistics.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobServiceStatistics from the XmlReader.static BlobServiceStatistics
Reads an instance of BlobServiceStatistics from the XmlReader.BlobServiceStatistics.setGeoReplication
(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.