Uses of Class
com.azure.data.tables.models.TableServiceStatistics
Packages that use TableServiceStatistics
-
Uses of TableServiceStatistics in com.azure.data.tables
Methods in com.azure.data.tables that return TableServiceStatisticsModifier and TypeMethodDescriptionTableServiceClient.getStatistics()Retrieves statistics related to replication for the account's Table service.Methods in com.azure.data.tables that return types with arguments of type TableServiceStatisticsModifier and TypeMethodDescriptionTableServiceAsyncClient.getStatistics()Retrieves statistics related to replication for the account's Table service.Mono<com.azure.core.http.rest.Response<TableServiceStatistics>>TableServiceAsyncClient.getStatisticsWithResponse()Retrieves statistics related to replication for the account's Table service.com.azure.core.http.rest.Response<TableServiceStatistics>TableServiceClient.getStatisticsWithResponse(Duration timeout, com.azure.core.util.Context context) Retrieves statistics related to replication for the account's Table service.