TableServiceStatistics Class
- java.
lang. Object - com.
azure. data. tables. models. TableServiceStatistics
- com.
public final class TableServiceStatistics
A model representing Table service statistics.
Constructor Summary
Constructor | Description |
---|---|
TableServiceStatistics(TableServiceGeoReplication geoReplication) |
Creates an instance of TableServiceStatistics. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Table |
getGeoReplication()
Get Geo-Replication information for the Secondary Storage Service. |
Methods inherited from java.lang.Object
Constructor Details
TableServiceStatistics
public TableServiceStatistics(TableServiceGeoReplication geoReplication)
Creates an instance of TableServiceStatistics.
Parameters:
geoReplication
- Geo-Replication information for the Secondary Storage Service.
Method Details
getGeoReplication
public TableServiceGeoReplication getGeoReplication()
Get Geo-Replication information for the Secondary Storage Service.
Returns:
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java