Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataQuery

Package version

Queries are stored pieces of KQL, along with a list of relevant metadata items.

Hierarchy

  • MetadataQuery

Index

Properties

body

body: string

The KQL body of the query.

Optional description

description: undefined | string

The description of the query.

Optional displayName

displayName: undefined | string

The display name of the query.

id

id: string

The ID of the query.

Optional labels

labels: string[]

The user defined labels associated with the query.

Optional properties

properties: any

The properties of the query.

Optional related

The related metadata items for the query.

Optional tags

tags: any

The tags associated with the query.

Generated using TypeDoc