Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogsQueryOptions

Package version

Options for querying logs.

Hierarchy

  • any
    • LogsQueryOptions

Index

Properties

Optional additionalWorkspaces

additionalWorkspaces: string[]

A list of workspaces that are included in the query, except for the one set as the workspaceId parameter These may consist of the following identifier formats:

  • Qualified workspace names
  • Workspace IDs
  • Azure resource IDs

Optional includeQueryStatistics

includeQueryStatistics: undefined | false | true

Results will also include statistics about the query.

Optional includeVisualization

includeVisualization: undefined | false | true

Results will also include visualization information, in JSON format.

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)

Optional throwOnAnyFailure

throwOnAnyFailure: undefined | false | true

If true, will cause this operation to throw if query operation did not succeed.

Generated using TypeDoc