Uses of Class
com.azure.data.tables.models.TableServiceMetrics
-
Packages that use TableServiceMetrics Package Description com.azure.data.tables.models 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 TableServiceMetrics Modifier and Type Method Description TableServiceMetricsTableServiceProperties. getHourMetrics()Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServiceMetricsTableServiceProperties. getMinuteMetrics()Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables.TableServiceMetricsTableServiceMetrics. setEnabled(boolean enabled)Set a value that indicates whether metrics are enabled for the Table service.TableServiceMetricsTableServiceMetrics. setIncludeApis(Boolean includeApis)Set a value that indicates whether metrics should generate summary statistics for called API operations.TableServiceMetricsTableServiceMetrics. setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)Set theTableServiceRetentionPolicyfor these metrics on the Table service.TableServiceMetricsTableServiceMetrics. setVersion(String version)Set the version of Analytics to configure.Methods in com.azure.data.tables.models with parameters of type TableServiceMetrics Modifier and Type Method Description TableServicePropertiesTableServiceProperties. setHourMetrics(TableServiceMetrics hourMetrics)Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServicePropertiesTableServiceProperties. setMinuteMetrics(TableServiceMetrics minuteMetrics)Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
-