QueryMetricProperties interface
Properties of a topquery metric in one interval.
Properties
| avg | Metric value when avg() aggregate function is used over the interval. |
| display |
The UI appropriate name for the metric. |
| max | Metric value when max() aggregate function is used over the interval. |
| min | Metric value when min() aggregate function is used over the interval. |
| name | The name information for the metric. |
| stdev | Metric value when stdev aggregate function is used over the interval. |
| sum | Metric value when sum() aggregate function is used over the interval. |
| unit | The unit of the metric. |
| value | The value of the metric. |
Property Details
avg
Metric value when avg() aggregate function is used over the interval.
avg?: number
Property Value
number
displayName
The UI appropriate name for the metric.
displayName?: string
Property Value
string
max
Metric value when max() aggregate function is used over the interval.
max?: number
Property Value
number
min
Metric value when min() aggregate function is used over the interval.
min?: number
Property Value
number
name
The name information for the metric.
name?: string
Property Value
string
stdev
Metric value when stdev aggregate function is used over the interval.
stdev?: number
Property Value
number
sum
Metric value when sum() aggregate function is used over the interval.
sum?: number
Property Value
number
unit
The unit of the metric.
unit?: string
Property Value
string
value
The value of the metric.
value?: number
Property Value
number