QueryMetricInterval interface
Properties of a query metrics interval.
Properties
| execution |
Execution count of a query in this interval. |
| interval |
The start time for the metric interval (ISO-8601 format). |
| interval |
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[]