public final class DataLakeAnalyticsLogging extends Object
| Constructor and Description |
|---|
DataLakeAnalyticsLogging() |
| Modifier and Type | Method and Description |
|---|---|
DataLakeRetentionPolicy |
getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
|
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.
|
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.
|
public String getVersion()
public DataLakeAnalyticsLogging setVersion(String version)
version - the version value to set.public boolean isDelete()
public DataLakeAnalyticsLogging setDelete(boolean delete)
delete - the delete value to set.public boolean isRead()
public DataLakeAnalyticsLogging setRead(boolean read)
read - the read value to set.public boolean isWrite()
public DataLakeAnalyticsLogging setWrite(boolean write)
write - the write value to set.public DataLakeRetentionPolicy getRetentionPolicy()
public DataLakeAnalyticsLogging setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
retentionPolicy - the retentionPolicy value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.