Class FormulaAndFunctionEventQueryDefinition

A formula and functions events query.

Hierarchy

  • FormulaAndFunctionEventQueryDefinition

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 options.

crossOrgUuids?: string[]

The source organization UUID for cross organization queries. Feature in Private Beta.

Data source for event platform-based queries.

Group by options.

indexes?: string[]

An array of index names to query in the stream. Omit or use [] to query all indexes at once.

name: string

Name of the query for use in formulas.

Search options.

storage?: string

Option for storage location. Feature in Private Beta.

Generated using TypeDoc