Uses of Class
com.azure.storage.queue.models.QueueAnalyticsLogging
Packages that use QueueAnalyticsLogging
Package
Description
Package containing the data models for AzureQueueStorage.
null.
-
Uses of QueueAnalyticsLogging in com.azure.storage.queue.models
Classes in com.azure.storage.queue.models that implement interfaces with type arguments of type QueueAnalyticsLoggingModifier and TypeClassDescriptionfinal classAzure Analytics Logging settings.Methods in com.azure.storage.queue.models that return QueueAnalyticsLoggingModifier and TypeMethodDescriptionstatic QueueAnalyticsLoggingQueueAnalyticsLogging.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueAnalyticsLogging from the XmlReader.static QueueAnalyticsLoggingReads 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.