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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java