| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceMetrics |
TableServiceProperties.getHourMetrics()
Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
|
TableServiceMetrics |
TableServiceProperties.getMinuteMetrics()
Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
|
TableServiceMetrics |
TableServiceMetrics.setEnabled(boolean enabled)
Set a value that indicates whether metrics are enabled for the Table service.
|
TableServiceMetrics |
TableServiceMetrics.setIncludeApis(Boolean includeApis)
Set a value that indicates whether metrics should generate summary statistics for called API operations.
|
TableServiceMetrics |
TableServiceMetrics.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
Set the
TableServiceRetentionPolicy for these metrics on the Table service. |
TableServiceMetrics |
TableServiceMetrics.setVersion(String version)
Set the version of Analytics to configure.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceProperties |
TableServiceProperties.setHourMetrics(TableServiceMetrics hourMetrics)
Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
|
TableServiceProperties |
TableServiceProperties.setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.