| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.