An event query used to compute an insight value.

Hierarchy

  • GovernanceInsightEventQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The aggregation applied to an event query.

indexes: string[]

The event indexes the query runs against.

query: string

The event search query string.

Generated using TypeDoc