Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceTelemetryEvent

Package version

Schema of the Data property of an EventGridEvent for a device telemetry event (DeviceTelemetry).

Hierarchy

  • DeviceTelemetryEvent

Index

Properties

body

body: any

The content of the message from the device.

properties

properties: {}

Application properties are user-defined strings that can be added to the message. These fields are optional.

Type declaration

  • [propertyName: string]: string

systemProperties

systemProperties: {}

System properties help identify contents and source of the messages.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc