Skip to content

Commit 8fea68a

Browse files
committed
added missing properties
1 parent e603f4f commit 8fea68a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/iot-hub/iot-hub-devguide-messages-construct.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ For more information about how to encode and decode messages sent using differen
5353
| iothub-connection-module-id |An ID set by IoT Hub on device-to-cloud messages. It contains the **moduleId** of the device that sent the message. | No | connectionModuleId |
5454
| iothub-connection-auth-generation-id |An ID set by IoT Hub on device-to-cloud messages. It contains the **connectionDeviceGenerationId** (as per [Device identity properties](iot-hub-devguide-identity-registry.md#device-identity-properties)) of the device that sent the message. | No |connectionDeviceGenerationId |
5555
| iothub-connection-auth-method |An authentication method set by IoT Hub on device-to-cloud messages. This property contains information about the authentication method used to authenticate the device sending the message.| No | connectionAuthMethod |
56+
| iothub-app-iothub-creation-time-utc | Allows the user to send event creation time when sending data in a batch. | Yes | creation-time-utc |
57+
| iothub-creation-time-utc | Allows the user to send event creation time when sending one message at a time. | Yes | creation-time-utc |
5658
| dt-dataschema | This value is set by IoT hub on device-to-cloud messages. It contains the device model ID set in the device connection. | No | $dt-dataschema |
5759
| dt-subject | The name of the component that is sending the device-to-cloud messages. | Yes | $dt-subject |
5860

0 commit comments

Comments
 (0)