public final class TableServiceMetrics extends Object
| Constructor and Description |
|---|
TableServiceMetrics() |
| Modifier and Type | Method and Description |
|---|---|
TableServiceRetentionPolicy |
getTableServiceRetentionPolicy()
Get the
TableServiceRetentionPolicy for these metrics on the Table service. |
String |
getVersion()
Get the version of Analytics to configure.
|
boolean |
isEnabled()
Get a value that indicates whether metrics are enabled for the Table service.
|
Boolean |
isIncludeApis()
Get a value that indicates whether metrics should generate summary statistics for called API operations.
|
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 the
TableServiceRetentionPolicy for these metrics on the Table service. |
TableServiceMetrics |
setVersion(String version)
Set the version of Analytics to configure.
|
public String getVersion()
version.public TableServiceMetrics setVersion(String version)
version - The version to set.TableServiceMetrics object.public boolean isEnabled()
enabled value.public TableServiceMetrics setEnabled(boolean enabled)
enabled - The enabled value to set.TableServiceMetrics object.public Boolean isIncludeApis()
includeApis value.public TableServiceMetrics setIncludeApis(Boolean includeApis)
includeApis - The includeApis value to set.TableServiceMetrics object.public TableServiceRetentionPolicy getTableServiceRetentionPolicy()
TableServiceRetentionPolicy for these metrics on the Table service.TableServiceRetentionPolicy.public TableServiceMetrics setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
TableServiceRetentionPolicy for these metrics on the Table service.retentionPolicy - The TableServiceRetentionPolicy to set.TableServiceMetrics object.Copyright © 2021 Microsoft Corporation. All rights reserved.