public final class TableServiceLogging extends Object
| Constructor and Description |
|---|
TableServiceLogging() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalyticsVersion()
Get the version of Analytics to configure.
|
TableServiceRetentionPolicy |
getRetentionPolicy()
Get the
RetentionPolicy. |
boolean |
isDeleteLogged()
Get a value that indicates whether all delete requests should be logged.
|
boolean |
isReadLogged()
Get a value that indicates whether all read requests should be logged.
|
boolean |
isWriteLogged()
Get a value that indicates whether all write requests should be logged.
|
TableServiceLogging |
setAnalyticsVersion(String analyticsVersion)
Set the version of Analytics to configure.
|
TableServiceLogging |
setDeleteLogged(boolean delete)
Set a value that indicates whether all delete requests should be logged.
|
TableServiceLogging |
setReadLogged(boolean read)
Set a value that indicates whether all read requests should be logged.
|
TableServiceLogging |
setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
Set the
RetentionPolicy. |
TableServiceLogging |
setWriteLogged(boolean writeLogged)
Set a value that indicates whether all writeLogged requests should be logged.
|
public String getAnalyticsVersion()
analyticsVersion.public TableServiceLogging setAnalyticsVersion(String analyticsVersion)
analyticsVersion - The analyticsVersion to set.TableServiceLogging object.public boolean isDeleteLogged()
deleteLogged value.public TableServiceLogging setDeleteLogged(boolean delete)
delete - The deleteLogged value to set.TableServiceLogging object.public boolean isReadLogged()
readLogged value.public TableServiceLogging setReadLogged(boolean read)
read - The readLogged value to set.TableServiceLogging object.public boolean isWriteLogged()
writeLogged value.public TableServiceLogging setWriteLogged(boolean writeLogged)
writeLogged - The writeLogged value to set.TableServiceLogging object.public TableServiceRetentionPolicy getRetentionPolicy()
RetentionPolicy.RetentionPolicy.public TableServiceLogging setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
RetentionPolicy.retentionPolicy - The RetentionPolicy to set.TableServiceLogging object.Copyright © 2021 Microsoft Corporation. All rights reserved.