Query configuration for a data projection request.

Hierarchy

  • DataProjectionQuery

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
dataSource: string

Data source for the query.

indexes?: string[]

List of indexes to query.

queryString: string

The query string to filter events.

storage?: string

Storage location for the query.

Generated using TypeDoc