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 DataLakeRetentionPolicy
DataLakeServiceProperties. getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeRetentionPolicy
DataLakeAnalyticsLogging. getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.DataLakeRetentionPolicy
DataLakeMetrics. getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.DataLakeRetentionPolicy
DataLakeRetentionPolicy. setDays(Integer days)
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.DataLakeRetentionPolicy
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 DataLakeRetentionPolicy Modifier and Type Method Description DataLakeServiceProperties
DataLakeServiceProperties. setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeAnalyticsLogging
DataLakeAnalyticsLogging. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.DataLakeMetrics
DataLakeMetrics. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
-