QueryMetricProperties Class

Definition

Properties of a topquery metric in one interval.

public class QueryMetricProperties
type QueryMetricProperties = class
Public Class QueryMetricProperties
Inheritance
QueryMetricProperties

Constructors

QueryMetricProperties()

Initializes a new instance of the QueryMetricProperties class.

QueryMetricProperties(String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the QueryMetricProperties class.

Properties

Avg

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

DisplayName

Gets the UI appropriate name for the metric.

Max

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

Min

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

Name

Gets the name information for the metric.

Stdev

Gets metric value when stdev aggregate function is used over the interval.

Sum

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

Unit

Gets the unit of the metric. Possible values include: 'percentage', 'KB', 'microseconds', 'count'

Value

Gets the value of the metric.

Applies to