Uses of Class
com.azure.storage.file.share.models.ShareRetentionPolicy
-
Packages that use ShareRetentionPolicy Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of ShareRetentionPolicy in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareRetentionPolicy Modifier and Type Method Description ShareRetentionPolicyShareMetrics. getRetentionPolicy()Get the retentionPolicy property: The retention policy.ShareRetentionPolicyShareRetentionPolicy. setDays(Integer days)Set the days property: Indicates the number of days that metrics data should be retained.ShareRetentionPolicyShareRetentionPolicy. setEnabled(boolean enabled)Set the enabled property: Indicates whether a retention policy is enabled for the File service.Methods in com.azure.storage.file.share.models with parameters of type ShareRetentionPolicy Modifier and Type Method Description ShareMetricsShareMetrics. setRetentionPolicy(ShareRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retention policy.
-