Uses of Class
com.azure.storage.file.datalake.models.DataLakeAnalyticsLogging
Packages that use DataLakeAnalyticsLogging
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeAnalyticsLogging in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeAnalyticsLoggingModifier and TypeMethodDescriptionDataLakeServiceProperties.getLogging()Get the logging property: The logging property.DataLakeAnalyticsLogging.setDelete(boolean delete) Set the delete property: Indicates whether all delete requests should be logged.DataLakeAnalyticsLogging.setRead(boolean read) Set the read property: Indicates whether all read requests should be logged.DataLakeAnalyticsLogging.setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retentionPolicy property.DataLakeAnalyticsLogging.setVersion(String version) Set the version property: The version of Storage Analytics to configure.DataLakeAnalyticsLogging.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 DataLakeAnalyticsLoggingModifier and TypeMethodDescriptionDataLakeServiceProperties.setLogging(DataLakeAnalyticsLogging logging) Set the logging property: The logging property.