Skip to main content

ITelemetryBaseProperties Interface

JSON-serializable properties, which will be logged with telemetry.

Signature​

export interface ITelemetryBaseProperties

Index Signatures​

Index SignatureDescription
[index: string]: TelemetryBaseEventPropertyType | Tagged<TelemetryBaseEventPropertyType>Properties of a telemetry event. They are string-indexed, and their values restricted to a known set of types (optionally "wrapped" with Tagged).

Index Signature Details​

[index: string]: TelemetryBaseEventPropertyType | Tagged<TelemetryBaseEventPropertyType>​

Properties of a telemetry event. They are string-indexed, and their values restricted to a known set of types (optionally "wrapped" with Tagged).

Signature​

[index: string]: TelemetryBaseEventPropertyType | Tagged<TelemetryBaseEventPropertyType>;