Package com.azure.storage.blob.models
Class BlobServiceStatistics
java.lang.Object
com.azure.storage.blob.models.BlobServiceStatistics
Stats for the storage service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the geoReplication property: Geo-Replication information for the Secondary Storage Service.setGeoReplication
(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
-
Constructor Details
-
BlobServiceStatistics
public BlobServiceStatistics()Creates an instance of BlobServiceStatistics class.
-
-
Method Details
-
getGeoReplication
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.- Returns:
- the geoReplication value.
-
setGeoReplication
Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.- Parameters:
geoReplication
- the geoReplication value to set.- Returns:
- the BlobServiceStatistics object itself.
-