Uses of Class
com.azure.storage.file.datalake.models.DataLakeRetentionPolicy
Packages that use DataLakeRetentionPolicy
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeRetentionPolicy in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeRetentionPolicyModifier and TypeMethodDescriptionDataLakeServiceProperties.getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeAnalyticsLogging.getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.DataLakeMetrics.getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.DataLakeRetentionPolicy.setEnabled
(boolean enabled) Set the enabled property: Indicates whether a retention policy is enabled for the storage service.Methods in com.azure.storage.file.datalake.models with parameters of type DataLakeRetentionPolicyModifier and TypeMethodDescriptionDataLakeServiceProperties.setDeleteRetentionPolicy
(DataLakeRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeAnalyticsLogging.setRetentionPolicy
(DataLakeRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retentionPolicy property.DataLakeMetrics.setRetentionPolicy
(DataLakeRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retentionPolicy property.