Uses of Class
com.azure.storage.queue.models.QueueAnalyticsLogging
-
Packages that use QueueAnalyticsLogging Package Description com.azure.storage.queue.models Package containing classes for AzureQueueStorage. -
-
Uses of QueueAnalyticsLogging in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueAnalyticsLogging Modifier and Type Method Description QueueAnalyticsLoggingQueueServiceProperties. getAnalyticsLogging()Get the analyticsLogging property: Azure Analytics Logging settings.QueueAnalyticsLoggingQueueAnalyticsLogging. setDelete(boolean delete)Set the delete property: Indicates whether all delete requests should be logged.QueueAnalyticsLoggingQueueAnalyticsLogging. setRead(boolean read)Set the read property: Indicates whether all read requests should be logged.QueueAnalyticsLoggingQueueAnalyticsLogging. setRetentionPolicy(QueueRetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy.QueueAnalyticsLoggingQueueAnalyticsLogging. setVersion(String version)Set the version property: The version of Storage Analytics to configure.QueueAnalyticsLoggingQueueAnalyticsLogging. 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 QueueAnalyticsLogging Modifier and Type Method Description QueueServicePropertiesQueueServiceProperties. setAnalyticsLogging(QueueAnalyticsLogging analyticsLogging)Set the analyticsLogging property: Azure Analytics Logging settings.
-