Share via


QueryBatch interface

A query to execute as part of a batch.

Properties

additionalWorkspaces

A list of workspaces to query in addition to the primary workspace.

includeQueryStatistics

Whether to include query statistics in the response.

includeVisualization

Whether to include visualization data in the response.

query

The Analytics query to execute.

serverTimeoutInSeconds

The server timeout in seconds.

timespan

The timespan for the query.

workspaceId

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

The timespan for the query.

timespan: QueryTimeInterval

Property Value

workspaceId

The workspace ID to query.

workspaceId: string

Property Value

string