CompileQuery interface

定義查詢編譯的輸入、輸出和轉換的查詢編譯物件。

屬性

compatibilityLevel

要編譯的查詢。

functions

查詢編譯的函數。

inputs

查詢編譯的輸入。

jobType

描述作業的類型。 有效值為 Cloud 和 『Edge』。

query

要編譯的查詢。

屬性詳細資料

compatibilityLevel

要編譯的查詢。

compatibilityLevel?: string

屬性值

string

functions

查詢編譯的函數。

functions?: QueryFunction[]

屬性值

inputs

查詢編譯的輸入。

inputs?: QueryInput[]

屬性值

jobType

描述作業的類型。 有效值為 Cloud 和 『Edge』。

jobType: string

屬性值

string

query

要編譯的查詢。

query: string

屬性值

string