QueryBatch interface

要作為批處理的一部分執行的查詢。

屬性

additionalWorkspaces

除主工作區外,要查詢的工作區清單。

includeQueryStatistics

是否在回應中包含查詢統計資訊。

includeVisualization

是否在回應中包含可視化數據。

query

要執行的 Analytics 查詢。

serverTimeoutInSeconds

伺服器超時(以秒為單位)。

timespan

查詢的時間跨度。

workspaceId

要查詢的工作區ID。

屬性詳細資料

additionalWorkspaces

除主工作區外,要查詢的工作區清單。

additionalWorkspaces?: string[]

屬性值

string[]

includeQueryStatistics

是否在回應中包含查詢統計資訊。

includeQueryStatistics?: boolean

屬性值

boolean

includeVisualization

是否在回應中包含可視化數據。

includeVisualization?: boolean

屬性值

boolean

query

要執行的 Analytics 查詢。

query: string

屬性值

string

serverTimeoutInSeconds

伺服器超時(以秒為單位)。

serverTimeoutInSeconds?: number

屬性值

number

timespan

查詢的時間跨度。

timespan: QueryTimeInterval

屬性值

workspaceId

要查詢的工作區ID。

workspaceId: string

屬性值

string