Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DataKey

The information about a Data Key, including the Data Key's value.

Properties

name

name: string

Name of the Data Key. The name uniquely identifies a Data Key within an APM domain.

type

Type of the Data Key.

Optional value

value: undefined | string

Value of the Data Key.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: DataKey): object

getJsonObj