Skip to content

Commit 70c5882

Browse files
authored
Merge pull request #180401 from v-gpettibone/properties
added missing properties
2 parents 5d3606c + 7f7314b commit 70c5882

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ash2017
55
ms.service: iot-hub
66
services: iot-hub
77
ms.topic: conceptual
8-
ms.date: 07/01/2021
8+
ms.date: 11/19/2021
99
ms.author: asrastog
1010
ms.custom: ['Role: Cloud Development', 'Role: IoT Device']
1111
---
@@ -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 device to send event creation time when sending data in a batch. | Yes | creation-time-utc |
57+
| iothub-creation-time-utc | Allows the device 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)