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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java