Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchQuery

Package version

The Analytics query. Learn more about the Analytics query syntax

Hierarchy

  • BatchQuery

Index

Properties

Optional azureResourceIds

azureResourceIds: string[]

A list of Azure resource IDs that are included in the query.

Optional includeQueryStatistics

includeQueryStatistics: undefined | false | true

Results will also include statistics about the query.

Optional qualifiedNames

qualifiedNames: string[]

A list of qualified workspace names that are included in the query.

query

query: string

The query to execute.

Optional serverTimeoutInSeconds

serverTimeoutInSeconds: undefined | number

The maximum amount of time the server will spend processing the query. Default: 180 seconds (3 minutes), maximum allowed is 600 seconds (10 minutes)

timespan

timespan: string

The timespan over which to query data. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the query expression.

workspace

workspace: string

The workspace for this query.

Optional workspaceIds

workspaceIds: string[]

A list of workspace IDs that are included in the query.

Optional workspaces

workspaces: string[]

A list of workspaces that are included in the query.

Generated using TypeDoc