IotHubDeviceTelemetryEventData interface
Microsoft.Devices.DeviceTelemetry 事件的事件数据。
继承属性
| body | 来自设备的消息的内容。 |
| properties | 应用程序属性是可以添加到消息中的用户定义的字符串。 这些字段是可选的。 |
| system |
系统属性有助于识别消息的内容和源。 |
继承属性详细信息
body
properties
应用程序属性是可以添加到消息中的用户定义的字符串。 这些字段是可选的。
properties: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
systemProperties
系统属性有助于识别消息的内容和源。
systemProperties: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}