Uses of Class
com.azure.storage.queue.models.QueueMetrics
Packages that use QueueMetrics
Package
Description
Package containing the data models for AzureQueueStorage.
-
Uses of QueueMetrics in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueMetricsModifier and TypeMethodDescriptionstatic QueueMetrics
QueueMetrics.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueMetrics from the XmlReader.static QueueMetrics
Reads an instance of QueueMetrics from the XmlReader.QueueServiceProperties.getHourMetrics()
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.QueueServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.QueueMetrics.setEnabled
(boolean enabled) Set the enabled property: Indicates whether metrics are enabled for the Queue service.QueueMetrics.setIncludeApis
(Boolean includeApis) Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.QueueMetrics.setRetentionPolicy
(QueueRetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy.QueueMetrics.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.Methods in com.azure.storage.queue.models with parameters of type QueueMetricsModifier and TypeMethodDescriptionQueueServiceProperties.setHourMetrics
(QueueMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.QueueServiceProperties.setMinuteMetrics
(QueueMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.