QueryMetricInterval interface
Properties of a query metrics interval.
Properties
execution |
Execution count of a query in this interval. NOTE: This property will not be serialized. It can only be populated by the server. |
interval |
The start time for the metric interval (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
interval |
Interval type (length). NOTE: This property will not be serialized. It can only be populated by the server. |
metrics | List of metric objects for this interval |
Property Details
executionCount
Execution count of a query in this interval. NOTE: This property will not be serialized. It can only be populated by the server.
executionCount?: number
Property Value
number
intervalStartTime
The start time for the metric interval (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
intervalStartTime?: string
Property Value
string
intervalType
Interval type (length). NOTE: This property will not be serialized. It can only be populated by the server.
intervalType?: string
Property Value
string
metrics
List of metric objects for this interval
metrics?: QueryMetricProperties[]