Uses of Class
com.azure.storage.file.datalake.models.DataLakeRetentionPolicy
-
Packages that use DataLakeRetentionPolicy Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeRetentionPolicy in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeRetentionPolicy Modifier and Type Method Description DataLakeRetentionPolicyDataLakeServiceProperties. getDeleteRetentionPolicy()Get the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeRetentionPolicyDataLakeAnalyticsLogging. getRetentionPolicy()Get the retentionPolicy property: The retentionPolicy property.DataLakeRetentionPolicyDataLakeMetrics. getRetentionPolicy()Get the retentionPolicy property: The retentionPolicy property.DataLakeRetentionPolicyDataLakeRetentionPolicy. setDays(Integer days)Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.DataLakeRetentionPolicyDataLakeRetentionPolicy. 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 DataLakeRetentionPolicy Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceProperties. setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)Set the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retentionPolicy property.DataLakeMetricsDataLakeMetrics. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retentionPolicy property.
-