Uses of Class
com.azure.storage.queue.models.QueueMetrics
Packages that use QueueMetrics
Package
Description
Package containing the data models for AzureQueueStorage.
null.
-
Uses of QueueMetrics in com.azure.storage.queue.models
Classes in com.azure.storage.queue.models that implement interfaces with type arguments of type QueueMetricsModifier and TypeClassDescriptionfinal classa summary of request statistics grouped by API in hour or minute aggregates for queues.Methods in com.azure.storage.queue.models that return QueueMetricsModifier and TypeMethodDescriptionstatic QueueMetricsQueueMetrics.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueMetrics from the XmlReader.static QueueMetricsReads 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.