Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopQueries

Package version

A database query.

Hierarchy

  • TopQueries

Index

Properties

Optional aggregationFunction

aggregationFunction: QueryAggregationFunction

The function that is used to aggregate each query's metrics. NOTE: This property will not be serialized. It can only be populated by the server.

Optional executionType

executionType: QueryExecutionType

The execution type that is used to filter the query instances that are returned. NOTE: This property will not be serialized. It can only be populated by the server.

Optional intervalType

intervalType: undefined | string

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

Optional numberOfTopQueries

numberOfTopQueries: undefined | number

The number of requested queries. NOTE: This property will not be serialized. It can only be populated by the server.

Optional observationEndTime

observationEndTime: Date

The end time for queries that are returned (ISO8601 format) NOTE: This property will not be serialized. It can only be populated by the server.

Optional observationStartTime

observationStartTime: Date

The start time for queries that are returned (ISO8601 format) NOTE: This property will not be serialized. It can only be populated by the server.

Optional observedMetric

observedMetric: QueryObservedMetricType

The type of metric to use for ordering the top metrics. NOTE: This property will not be serialized. It can only be populated by the server.

Optional queries

queries: QueryStatistic[]

The list of queries. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc