You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/preview/howto-export-data.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ This is an example record exported to blob storage:
184
184
185
185
## Devices
186
186
187
-
Each message or record in a snapshot represents one or more changes to a device and its properties since the last exported message. This includes:
187
+
Each message or record in a snapshot represents one or more changes to a device and its device and cloud properties since the last exported message. This includes:
188
188
189
189
-`id` of the device in IoT Central
190
190
-`displayName` of the device
@@ -193,6 +193,7 @@ Each message or record in a snapshot represents one or more changes to a device
193
193
-`provisioned` flag, true if the device has been provisioned
194
194
-`approved` flag, true if the device has been approved to send data
195
195
- Property values
196
+
-`properties` including device and cloud properties values
196
197
197
198
Deleted devices aren't exported. Currently, there are no indicators in exported messages for deleted devices.
0 commit comments