DeviceTelemetryEvent interface
设备遥测事件的 EventGridEvent 的数据属性的架构(DeviceTelemetry)。
属性
| body | 来自设备的消息的内容。 |
| properties | 应用程序属性是用户定义的字符串,可以添加到消息。 这些字段是可选的。 |
| system |
系统属性有助于识别消息的内容和源。 |
属性详细信息
body
来自设备的消息的内容。
body: Record<string, any>
属性值
Record<string, any>
properties
应用程序属性是用户定义的字符串,可以添加到消息。 这些字段是可选的。
properties: Record<string, string>
属性值
Record<string, string>
systemProperties
系统属性有助于识别消息的内容和源。
systemProperties: Record<string, string>
属性值
Record<string, string>