Uses of Class
com.azure.data.tables.models.TableServiceMetrics
Packages that use TableServiceMetrics
Package
Description
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableServiceMetrics in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceMetricsModifier and TypeMethodDescriptionTableServiceProperties.getHourMetrics()Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.getMinuteMetrics()Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables.TableServiceMetrics.setEnabled(boolean enabled) Set a value that indicates whether metrics are enabled for the Table service.TableServiceMetrics.setIncludeApis(Boolean includeApis) Set a value that indicates whether metrics should generate summary statistics for called API operations.TableServiceMetrics.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy) Set theTableServiceRetentionPolicyfor these metrics on the Table service.TableServiceMetrics.setVersion(String version) Set the version of Analytics to configure.Methods in com.azure.data.tables.models with parameters of type TableServiceMetricsModifier and TypeMethodDescriptionTableServiceProperties.setHourMetrics(TableServiceMetrics hourMetrics) Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.setMinuteMetrics(TableServiceMetrics minuteMetrics) Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.