Uses of Class
com.azure.data.tables.models.TableServiceLogging
Packages that use TableServiceLogging
Package
Description
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableServiceLogging in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceLoggingModifier and TypeMethodDescriptionTableServiceProperties.getLogging()Get theAzure Analytics Logging settings.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 theRetentionPolicy.TableServiceLogging.setWriteLogged(boolean writeLogged) Set a value that indicates whether all writeLogged requests should be logged.Methods in com.azure.data.tables.models with parameters of type TableServiceLoggingModifier and TypeMethodDescriptionTableServiceProperties.setLogging(TableServiceLogging logging) Set theAzure Analytics Logging settings.