QueryBatch interface
A query to execute as part of a batch.
Properties
| additional |
A list of workspaces to query in addition to the primary workspace. |
| include |
Whether to include query statistics in the response. |
| include |
Whether to include visualization data in the response. |
| query | The Analytics query to execute. |
| server |
The server timeout in seconds. |
| timespan | The timespan for the query. |
| workspace |
The workspace ID to query. |
Property Details
additionalWorkspaces
A list of workspaces to query in addition to the primary workspace.
additionalWorkspaces?: string[]
Property Value
string[]
includeQueryStatistics
Whether to include query statistics in the response.
includeQueryStatistics?: boolean
Property Value
boolean
includeVisualization
Whether to include visualization data in the response.
includeVisualization?: boolean
Property Value
boolean
query
The Analytics query to execute.
query: string
Property Value
string
serverTimeoutInSeconds
The server timeout in seconds.
serverTimeoutInSeconds?: number
Property Value
number
timespan
workspaceId
The workspace ID to query.
workspaceId: string
Property Value
string