BlobServiceStatistics Class

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

public final class BlobServiceStatistics

Stats for the storage service.

Constructor Summary

Constructor Description
BlobServiceStatistics()

Creates an instance of BlobServiceStatistics class.

Method Summary

Modifier and Type Method and Description
GeoReplication getGeoReplication()

Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.

BlobServiceStatistics setGeoReplication(GeoReplication geoReplication)

Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.

Methods inherited from java.lang.Object

Constructor Details

BlobServiceStatistics

public BlobServiceStatistics()

Creates an instance of BlobServiceStatistics class.

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.

Applies to