Uses of Class
com.azure.data.tables.models.TableServiceLogging
-
Packages that use TableServiceLogging Package Description com.azure.data.tables.models 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 TableServiceLogging Modifier and Type Method Description TableServiceLoggingTableServiceProperties. getLogging()Get theAzure Analytics Logging settings.TableServiceLoggingTableServiceLogging. setAnalyticsVersion(String analyticsVersion)Set the version of Analytics to configure.TableServiceLoggingTableServiceLogging. setDeleteLogged(boolean delete)Set a value that indicates whether all delete requests should be logged.TableServiceLoggingTableServiceLogging. setReadLogged(boolean read)Set a value that indicates whether all read requests should be logged.TableServiceLoggingTableServiceLogging. setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy)Set theRetentionPolicy.TableServiceLoggingTableServiceLogging. 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 TableServiceLogging Modifier and Type Method Description TableServicePropertiesTableServiceProperties. setLogging(TableServiceLogging logging)Set theAzure Analytics Logging settings.
-