| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceRetentionPolicy |
TableServiceLogging.getRetentionPolicy()
Get the
RetentionPolicy. |
TableServiceRetentionPolicy |
TableServiceMetrics.getTableServiceRetentionPolicy()
Get the
TableServiceRetentionPolicy for these metrics on the Table service. |
TableServiceRetentionPolicy |
TableServiceRetentionPolicy.setDaysToRetain(Integer daysToRetain)
Set the number of daysToRetain that metrics or logging or soft-deleted data should be retained.
|
TableServiceRetentionPolicy |
TableServiceRetentionPolicy.setEnabled(boolean enabled)
Set a value that indicates whether a retention policy is enabled for the Table service.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceLogging |
TableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
Set the
RetentionPolicy. |
TableServiceMetrics |
TableServiceMetrics.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
Set the
TableServiceRetentionPolicy for these metrics on the Table service. |
Copyright © 2021 Microsoft Corporation. All rights reserved.