Package com.azure.data.tables.models
Class TableServiceStatistics
java.lang.Object
com.azure.data.tables.models.TableServiceStatistics
A model representing Table service statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionTableServiceStatistics(TableServiceGeoReplication geoReplication) Creates an instance ofTableServiceStatistics. -
Method Summary
Modifier and TypeMethodDescriptionGet Geo-Replication information for the Secondary Storage Service.
-
Constructor Details
-
TableServiceStatistics
Creates an instance ofTableServiceStatistics.- Parameters:
geoReplication- Geo-Replication information for the Secondary Storage Service.
-
-
Method Details
-
getGeoReplication
Get Geo-Replication information for the Secondary Storage Service.- Returns:
- The
Geo-Replication information.
-