Uses of Class
com.azure.data.tables.models.TableServiceMetrics
Packages that use TableServiceMetrics
-
Uses of TableServiceMetrics in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceMetricsModifier and TypeMethodDescriptionstatic TableServiceMetricsTableServiceMetrics.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceMetrics from the XmlReader.static TableServiceMetricsReads an instance of TableServiceMetrics from the XmlReader.TableServiceProperties.getHourMetrics()Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.getMinuteMetrics()Get the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for tables.TableServiceMetrics.setEnabled(boolean enabled) Set the enabled property: Indicates whether metrics are enabled for the Table service.TableServiceMetrics.setIncludeApis(Boolean includeApis) Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.TableServiceMetrics.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy.TableServiceMetrics.setVersion(String version) Set the version property: The version of Analytics to configure.Methods in com.azure.data.tables.models with parameters of type TableServiceMetricsModifier and TypeMethodDescriptionTableServiceProperties.setHourMetrics(TableServiceMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.setMinuteMetrics(TableServiceMetrics minuteMetrics) Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for tables.