QueryInterval interface
A database query.
Properties
execution |
The number of times the query was executed during this interval. NOTE: This property will not be serialized. It can only be populated by the server. |
interval |
The start time of the measurement interval (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
metrics | The list of query metrics during this interval. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
executionCount
The number of times the query was executed during 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 of the measurement interval (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
intervalStartTime?: Date
Property Value
Date
metrics
The list of query metrics during this interval. NOTE: This property will not be serialized. It can only be populated by the server.
metrics?: QueryMetric[]