| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceLogging |
TableServiceProperties.getLogging()
Get the
Azure Analytics Logging settings. |
TableServiceLogging |
TableServiceLogging.setAnalyticsVersion(String analyticsVersion)
Set the version of Analytics to configure.
|
TableServiceLogging |
TableServiceLogging.setDeleteLogged(boolean delete)
Set a value that indicates whether all delete requests should be logged.
|
TableServiceLogging |
TableServiceLogging.setReadLogged(boolean read)
Set a value that indicates whether all read requests should be logged.
|
TableServiceLogging |
TableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)
Set the
RetentionPolicy. |
TableServiceLogging |
TableServiceLogging.setWriteLogged(boolean writeLogged)
Set a value that indicates whether all writeLogged requests should be logged.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceProperties |
TableServiceProperties.setLogging(TableServiceLogging logging)
Set the
Azure Analytics Logging settings. |
Copyright © 2021 Microsoft Corporation. All rights reserved.