你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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