Package com.azure.data.tables.models
Class TableServiceStatistics
- java.lang.Object
-
- com.azure.data.tables.models.TableServiceStatistics
-
public final class TableServiceStatistics extends Object
A model representing Table service statistics.
-
-
Constructor Summary
Constructors Constructor Description TableServiceStatistics(TableServiceGeoReplication geoReplication)Creates an instance ofTableServiceStatistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableServiceGeoReplicationgetGeoReplication()Get Geo-Replication information for the Secondary Storage Service.
-
-
-
Constructor Detail
-
TableServiceStatistics
public TableServiceStatistics(TableServiceGeoReplication geoReplication)
Creates an instance ofTableServiceStatistics.- Parameters:
geoReplication- Geo-Replication information for the Secondary Storage Service.
-
-
Method Detail
-
getGeoReplication
public TableServiceGeoReplication getGeoReplication()
Get Geo-Replication information for the Secondary Storage Service.- Returns:
- The
Geo-Replication information.
-
-