DataLakeAnalyticsLogging Class   
	- java.lang. Object 
- com.azure. storage. file. datalake. models. DataLakeAnalyticsLogging 
 
- com.
public final class DataLakeAnalyticsLogging
Azure Analytics Logging settings.
Constructor Summary
| Constructor | Description | 
|---|---|
| DataLakeAnalyticsLogging() | Creates a new instance of DataLakeAnalyticsLogging. | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Data | getRetentionPolicy() Get the retention | 
| String | getVersion() Get the version property: The version of Storage Analytics to configure. | 
| boolean | isDelete() Get the delete property: Indicates whether all delete requests should be logged. | 
| boolean | isRead() Get the read property: Indicates whether all read requests should be logged. | 
| boolean | isWrite() Get the write property: Indicates whether all write requests should be logged. | 
| Data | setDelete(boolean delete) Set the delete property: Indicates whether all delete requests should be logged. | 
| Data | setRead(boolean read) Set the read property: Indicates whether all read requests should be logged. | 
| Data | setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy) Set the retention | 
| Data | setVersion(String version) Set the version property: The version of Storage Analytics to configure. | 
| Data | setWrite(boolean write) Set the write property: Indicates whether all write requests should be logged. | 
Methods inherited from java.lang.Object
Constructor Details
DataLakeAnalyticsLogging
public DataLakeAnalyticsLogging()
Creates a new instance of DataLakeAnalyticsLogging.
Method Details
getRetentionPolicy
public DataLakeRetentionPolicy getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
Returns:
getVersion
public String getVersion()
Get the version property: The version of Storage Analytics to configure.
Returns:
isDelete
public boolean isDelete()
Get the delete property: Indicates whether all delete requests should be logged.
Returns:
isRead
public boolean isRead()
Get the read property: Indicates whether all read requests should be logged.
Returns:
isWrite
public boolean isWrite()
Get the write property: Indicates whether all write requests should be logged.
Returns:
setDelete
public DataLakeAnalyticsLogging setDelete(boolean delete)
Set the delete property: Indicates whether all delete requests should be logged.
Parameters:
Returns:
setRead
public DataLakeAnalyticsLogging setRead(boolean read)
Set the read property: Indicates whether all read requests should be logged.
Parameters:
Returns:
setRetentionPolicy
public DataLakeAnalyticsLogging setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
Parameters:
Returns:
setVersion
public DataLakeAnalyticsLogging setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
Parameters:
Returns:
setWrite
public DataLakeAnalyticsLogging setWrite(boolean write)
Set the write property: Indicates whether all write requests should be logged.
Parameters:
Returns: