Uses of Class
com.azure.storage.queue.models.QueueAnalyticsLogging
Packages that use QueueAnalyticsLogging
Package
Description
Package containing the data models for AzureQueueStorage.
-
Uses of QueueAnalyticsLogging in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueAnalyticsLoggingModifier and TypeMethodDescriptionstatic QueueAnalyticsLogging
QueueAnalyticsLogging.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueAnalyticsLogging from the XmlReader.static QueueAnalyticsLogging
Reads an instance of QueueAnalyticsLogging from the XmlReader.QueueServiceProperties.getAnalyticsLogging()
Get the analyticsLogging property: Azure Analytics Logging settings.QueueAnalyticsLogging.setDelete
(boolean delete) Set the delete property: Indicates whether all delete requests should be logged.QueueAnalyticsLogging.setRead
(boolean read) Set the read property: Indicates whether all read requests should be logged.QueueAnalyticsLogging.setRetentionPolicy
(QueueRetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy.QueueAnalyticsLogging.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.QueueAnalyticsLogging.setWrite
(boolean write) Set the write property: Indicates whether all write requests should be logged.Methods in com.azure.storage.queue.models with parameters of type QueueAnalyticsLoggingModifier and TypeMethodDescriptionQueueServiceProperties.setAnalyticsLogging
(QueueAnalyticsLogging analyticsLogging) Set the analyticsLogging property: Azure Analytics Logging settings.