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