Uses of Class
com.azure.storage.file.datalake.models.DataLakeAnalyticsLogging
-
Packages that use DataLakeAnalyticsLogging Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeAnalyticsLogging in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeAnalyticsLogging Modifier and Type Method Description DataLakeAnalyticsLoggingDataLakeServiceProperties. getLogging()Get the logging property: The logging property.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setDelete(boolean delete)Set the delete property: Indicates whether all delete requests should be logged.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setRead(boolean read)Set the read property: Indicates whether all read requests should be logged.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retentionPolicy property.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setVersion(String version)Set the version property: The version of Storage Analytics to configure.DataLakeAnalyticsLoggingDataLakeAnalyticsLogging. setWrite(boolean write)Set the write property: Indicates whether all write requests should be logged.Methods in com.azure.storage.file.datalake.models with parameters of type DataLakeAnalyticsLogging Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceProperties. setLogging(DataLakeAnalyticsLogging logging)Set the logging property: The logging property.
-