QueryMetricProperties Class

Properties of a topquery metric in one interval.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
QueryMetricProperties

Constructor

QueryMetricProperties(**kwargs)

Variables

Name Description
name
str

The name information for the metric.

display_name
str

The UI appropriate name for the metric.

unit

The unit of the metric. Possible values include: "percentage", "KB", "microseconds", "count".

value

The value of the metric.

min

Metric value when min() aggregate function is used over the interval.

max

Metric value when max() aggregate function is used over the interval.

avg

Metric value when avg() aggregate function is used over the interval.

sum

Metric value when sum() aggregate function is used over the interval.

stdev

Metric value when stdev aggregate function is used over the interval.