Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryInterval

Package version

A database query.

Hierarchy

  • QueryInterval

Index

Properties

Optional executionCount

executionCount: undefined | number

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.

Optional intervalStartTime

intervalStartTime: Date

The start time of the measurement interval (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Optional metrics

metrics: QueryMetric[]

The list of query metrics during this interval. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc