| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeAnalyticsLogging |
DataLakeServiceProperties.getLogging()
Get the logging property: The logging property.
|
DataLakeAnalyticsLogging |
DataLakeAnalyticsLogging.setDelete(boolean delete)
Set the delete property: Indicates whether all delete requests should be
logged.
|
DataLakeAnalyticsLogging |
DataLakeAnalyticsLogging.setRead(boolean read)
Set the read property: Indicates whether all read requests should be
logged.
|
DataLakeAnalyticsLogging |
DataLakeAnalyticsLogging.setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
DataLakeAnalyticsLogging |
DataLakeAnalyticsLogging.setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
DataLakeAnalyticsLogging |
DataLakeAnalyticsLogging.setWrite(boolean write)
Set the write property: Indicates whether all write requests should be
logged.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeServiceProperties |
DataLakeServiceProperties.setLogging(DataLakeAnalyticsLogging logging)
Set the logging property: The logging property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.