Uses of Class
com.azure.storage.blob.models.BlobRetentionPolicy
-
Packages that use BlobRetentionPolicy Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlobRetentionPolicy in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobRetentionPolicy Modifier and Type Method Description BlobRetentionPolicyBlobServiceProperties. getDeleteRetentionPolicy()Get the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.BlobRetentionPolicyBlobAnalyticsLogging. getRetentionPolicy()Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.BlobRetentionPolicyBlobMetrics. getRetentionPolicy()Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.BlobRetentionPolicyBlobRetentionPolicy. setDays(Integer days)Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.BlobRetentionPolicyBlobRetentionPolicy. setEnabled(boolean enabled)Set the enabled property: Indicates whether a retention policy is enabled for the storage service.Methods in com.azure.storage.blob.models with parameters of type BlobRetentionPolicy Modifier and Type Method Description BlobServicePropertiesBlobServiceProperties. setDeleteRetentionPolicy(BlobRetentionPolicy deleteRetentionPolicy)Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.BlobAnalyticsLoggingBlobAnalyticsLogging. setRetentionPolicy(BlobRetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.BlobMetricsBlobMetrics. setRetentionPolicy(BlobRetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.
-