Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataFunction

Package version

Functions are stored Kusto queries that can be specified as part of queries by using their name.

Hierarchy

  • MetadataFunction

Index

Properties

body

body: string

The KQL body of the function.

Optional description

description: undefined | string

The description of the function.

Optional displayName

displayName: undefined | string

The display name of the function.

id

id: string

The ID of the function.

name

name: string

The name of the function, to be used in queries.

Optional parameters

parameters: undefined | string

The parameters/arguments of the function, if any.

Optional properties

properties: any

The properties of the function.

Optional related

The related metadata items for the function.

Optional tags

tags: any

The tags associated with the function.

Generated using TypeDoc