Uses of Class
com.azure.data.tables.models.TableServiceStatistics
-
Packages that use TableServiceStatistics Package Description com.azure.data.tables Package containing the classes for Tables Clients. -
-
Uses of TableServiceStatistics in com.azure.data.tables
Methods in com.azure.data.tables that return TableServiceStatistics Modifier and Type Method Description TableServiceStatisticsTableServiceClient. 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 TableServiceStatistics Modifier and Type Method Description Mono<TableServiceStatistics>TableServiceAsyncClient. 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.
-