CompileQuery interface
The query compilation object which defines the input, output, and transformation for the query compilation.
Properties
| compatibility |
The query to compile. |
| functions | The functions for the query compilation. |
| inputs | The inputs for the query compilation. |
| job |
Describes the type of the job. Valid values are |
| query | The query to compile. |
Property Details
compatibilityLevel
The query to compile.
compatibilityLevel?: string
Property Value
string
functions
inputs
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