Uses of Class
com.azure.data.tables.models.TableServiceStatistics
Packages that use TableServiceStatistics
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
Package containing the data models for AzureTable.
-
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. -
Uses of TableServiceStatistics in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceStatisticsModifier and TypeMethodDescriptionstatic TableServiceStatistics
TableServiceStatistics.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceStatistics from the XmlReader.static TableServiceStatistics
Reads an instance of TableServiceStatistics from the XmlReader.