Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties included on all events sent by LiveTelemetryLogger.

Hierarchy

  • ITelemetryProperties
    • ILiveTelemetryProperties

Index

Properties

clientId?: string

Optional. ID of the client if it's been assigned by the runtime.

correlationId: string

ID used to correlate multiple events for an operation. Typically of the form of ${clientId}:${timestamp} but may include the clientId of the sender when logging that an event was received.

eventName: string

Name of the event being logged.

timestamp: string

Time that the event occurred. The timestamp is generated by LiveEvent.getTimestamp.

Generated using TypeDoc