Uses of Class
com.azure.storage.blob.models.BlobServiceStatistics
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobServiceStatistics in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobServiceClient.getStatistics()
Retrieves statistics related to replication for the Blob service.Modifier 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
Modifier and TypeMethodDescriptionBlobServiceStatistics.setGeoReplication
(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.