QueryMetricProperties interface
Properties of a topquery metric in one interval.
Properties
avg | Metric value when avg() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The UI appropriate name for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
max | Metric value when max() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server. |
min | Metric value when min() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
stdev | Metric value when stdev aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server. |
sum | Metric value when sum() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
avg
Metric value when avg() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server.
avg?: number
Property Value
number
displayName
The UI appropriate name for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
max
Metric value when max() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server.
max?: number
Property Value
number
min
Metric value when min() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server.
min?: number
Property Value
number
name
The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
stdev
Metric value when stdev aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server.
stdev?: number
Property Value
number
sum
Metric value when sum() aggregate function is used over the interval. NOTE: This property will not be serialized. It can only be populated by the server.
sum?: number
Property Value
number
unit
The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string
value
The value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
value?: number
Property Value
number