Share via


CompileQuery interface

The query compilation object which defines the input, output, and transformation for the query compilation.

Properties

compatibilityLevel

The query to compile.

functions

The functions for the query compilation.

inputs

The inputs for the query compilation.

jobType

Describes the type of the job. Valid values are Cloud and 'Edge'.

query

The query to compile.

Property Details

compatibilityLevel

The query to compile.

compatibilityLevel?: string

Property Value

string

functions

The functions for the query compilation.

functions?: QueryFunction[]

Property Value

inputs

The inputs for the query compilation.

inputs?: QueryInput[]

Property Value

jobType

Describes the type of the job. Valid values are Cloud and 'Edge'.

jobType: string

Property Value

string

query

The query to compile.

query: string

Property Value

string