Uses of Class
com.azure.data.tables.models.TableServiceRetentionPolicy
Packages that use TableServiceRetentionPolicy
-
Uses of TableServiceRetentionPolicy in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceRetentionPolicyModifier and TypeMethodDescriptionstatic TableServiceRetentionPolicy
TableServiceRetentionPolicy.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceRetentionPolicy from the XmlReader.static TableServiceRetentionPolicy
Reads an instance of TableServiceRetentionPolicy from the XmlReader.TableServiceLogging.getRetentionPolicy()
Get the retentionPolicy property: The retention policy.TableServiceMetrics.getTableServiceRetentionPolicy()
Get the retentionPolicy property: The retention policy.TableServiceRetentionPolicy.setDaysToRetain
(Integer daysToRetain) Set the daysToRetain property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.TableServiceRetentionPolicy.setEnabled
(boolean enabled) Set the enabled property: Indicates whether a retention policy is enabled for the service.Methods in com.azure.data.tables.models with parameters of type TableServiceRetentionPolicyModifier and TypeMethodDescriptionTableServiceLogging.setRetentionPolicy
(TableServiceRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy.TableServiceMetrics.setRetentionPolicy
(TableServiceRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy.