QueryInterval Class

A database query.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
QueryInterval

Constructor

QueryInterval(**kwargs)

Variables

interval_start_time
datetime

The start time of the measurement interval (ISO8601 format).

execution_count
int

The number of times the query was executed during this interval.

metrics
list[QueryMetric]

The list of query metrics during this interval.