An individual scalar events query.

Hierarchy

  • EventsScalarQuery

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
compute: EventsCompute

The instructions for what to compute for this query.

dataSource: EventsDataSource

A data source that is powered by the Events Platform.

groupBy?: EventsGroupBy[]

The list of facets on which to split results.

indexes?: string[]

The indexes in which to search.

name?: string

The variable name for use in formulas.

search?: EventsSearch

Configuration of the search/filter for an events query.

Generated using TypeDoc