QueryMetricInterval interface

Properties of a query metrics interval.

Properties

executionCount

Execution count of a query in this interval.

intervalStartTime

The start time for the metric interval (ISO-8601 format).

intervalType

Interval type (length).

metrics

List of metric objects for this interval

Property Details

executionCount

Execution count of a query in this interval.

executionCount?: number

Property Value

number

intervalStartTime

The start time for the metric interval (ISO-8601 format).

intervalStartTime?: string

Property Value

string

intervalType

Interval type (length).

intervalType?: string

Property Value

string

metrics

List of metric objects for this interval

metrics?: QueryMetricProperties[]

Property Value