Interface ITelemetryItem

Telemety item supported in Core

Hierarchy

Properties

baseData?: {
    [key: string]: any;
}

Based on schema for part B

Type declaration

  • [key: string]: any
baseType?: string

Telemetry type used for part B

Custom data

ext?: {
    [key: string]: any;
}

System context properties of the telemetry item, example: ip address, city etc

Type declaration

  • [key: string]: any
iKey?: string

Identifier of the resource that uniquely identifies which resource data is sent to

name: string

Unique name of the telemetry item

tags?: Tags

System context property extensions that are not global (not in ctx)

time?: string

Timestamp when item was sent

ver?: string

CommonSchema Version of this SDK

Generated using TypeDoc