Uses of Class
com.azure.data.tables.models.TableServiceLogging
Packages that use TableServiceLogging
-
Uses of TableServiceLogging in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceLoggingModifier and TypeMethodDescriptionstatic TableServiceLoggingTableServiceLogging.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceLogging from the XmlReader.static TableServiceLoggingReads an instance of TableServiceLogging from the XmlReader.TableServiceProperties.getLogging()Get the logging property: Azure Analytics Logging settings.TableServiceLogging.setAnalyticsVersion(String analyticsVersion) Set the analyticsVersion property: The version of Analytics to configure.TableServiceLogging.setDeleteLogged(boolean deleteLogged) Set the deleteLogged property: Indicates whether all delete requests should be logged.TableServiceLogging.setReadLogged(boolean readLogged) Set the readLogged property: Indicates whether all read requests should be logged.TableServiceLogging.setRetentionPolicy(TableServiceRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy.TableServiceLogging.setWriteLogged(boolean writeLogged) Set the writeLogged property: Indicates whether all write requests should be logged.Methods in com.azure.data.tables.models with parameters of type TableServiceLoggingModifier and TypeMethodDescriptionTableServiceProperties.setLogging(TableServiceLogging logging) Set the logging property: Azure Analytics Logging settings.