Skip to content

Commit 8cdfd30

Browse files
committed
slight description change
1 parent 621f741 commit 8cdfd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-non-telemetry-event-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following system properties are set by IoT Hub on each event.
4040
| user-id | string | The name of IoT Hub that generated the event. | $userId |
4141
| iothub-connection-device-id | string | The device ID. | $connectionDeviceId |
4242
| iothub-connection-module-id | string | The module ID. This property is output only for module life cycle and twin events. | $connectionModuleId |
43-
| iothub-enqueuedtime | number | Date and time when the notification was sent. **DESCRIPTION NEEDED as this is a number not a UTC string. 1653677358153.** In routing queries, use an [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp; for example, `$enqueuedTime > "2022-06-06T22:56:06Z"` | $enqueuedTime |
43+
| iothub-enqueuedtime | number | Date and time when the notification was sent. **DESCRIPTION NEEDED as this is a number not a UTC string: 1653677358153. My best guess is that it's a Unix epoch in milliseconds** In routing queries, use an [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp; for example, `$enqueuedTime > "2022-06-06T22:56:06Z"` | $enqueuedTime |
4444
| iothub-message-source | string | The event category that identifies the message source. For example, *deviceLifecycleEvents*. | N/A (tried $messageSource but it didn't work) |
4545

4646
### Application properties

0 commit comments

Comments
 (0)