public final class Logging extends Object
Constructor and Description |
---|
Logging() |
Modifier and Type | Method and Description |
---|---|
RetentionPolicy |
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.
|
Logging |
setDelete(boolean delete)
Set the delete property: Indicates whether all delete requests should be
logged.
|
Logging |
setRead(boolean read)
Set the read property: Indicates whether all read requests should be
logged.
|
Logging |
setRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
Logging |
setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
Logging |
setWrite(boolean write)
Set the write property: Indicates whether all write requests should be
logged.
|
public String getVersion()
public Logging setVersion(String version)
version
- the version value to set.public boolean isDelete()
public Logging setDelete(boolean delete)
delete
- the delete value to set.public boolean isRead()
public Logging setRead(boolean read)
read
- the read value to set.public boolean isWrite()
public Logging setWrite(boolean write)
write
- the write value to set.public RetentionPolicy getRetentionPolicy()
public Logging setRetentionPolicy(RetentionPolicy retentionPolicy)
retentionPolicy
- the retentionPolicy value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.