Uses of Class
com.azure.data.tables.models.TableServiceRetentionPolicy
Packages that use TableServiceRetentionPolicy
Package
Description
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableServiceRetentionPolicy in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceRetentionPolicyModifier and TypeMethodDescriptionTableServiceLogging.getRetentionPolicy()Get theRetentionPolicy.TableServiceMetrics.getTableServiceRetentionPolicy()Get theTableServiceRetentionPolicyfor these metrics on the Table service.TableServiceRetentionPolicy.setDaysToRetain(Integer daysToRetain) Set the number of daysToRetain that metrics or logging or soft-deleted data should be retained.TableServiceRetentionPolicy.setEnabled(boolean enabled) Set a value that indicates whether a retention policy is enabled for the Table service.Methods in com.azure.data.tables.models with parameters of type TableServiceRetentionPolicyModifier and TypeMethodDescriptionTableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy) Set theRetentionPolicy.TableServiceMetrics.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy) Set theTableServiceRetentionPolicyfor these metrics on the Table service.