TableServiceStatistics Class

  • java.lang.Object
    • com.azure.data.tables.models.TableServiceStatistics

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
TableServiceGeoReplication 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