Class BlobServiceStatistics

java.lang.Object
com.azure.storage.blob.models.BlobServiceStatistics

public final class BlobServiceStatistics extends Object
Stats for the storage service.
  • Constructor Details

    • BlobServiceStatistics

      public BlobServiceStatistics()
  • Method Details

    • getGeoReplication

      public GeoReplication getGeoReplication()
      Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.
      Returns:
      the geoReplication value.
    • setGeoReplication

      public BlobServiceStatistics setGeoReplication(GeoReplication geoReplication)
      Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
      Parameters:
      geoReplication - the geoReplication value to set.
      Returns:
      the BlobServiceStatistics object itself.