Package version:

Interface QueryMetricProperties

Properties of a topquery metric in one interval.

Hierarchy

  • QueryMetricProperties

Properties

avg?: number

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.

displayName?: string

The UI appropriate name for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

max?: number

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?: number

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?: string

The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

stdev?: number

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?: number

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?: string

The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

value?: number

The value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc