Skip to content

Commit 3ea8d42

Browse files
committed
update to include properties
1 parent 94270eb commit 3ea8d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-central/preview/howto-export-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This is an example record exported to blob storage:
184184

185185
## Devices
186186

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:
188188

189189
- `id` of the device in IoT Central
190190
- `displayName` of the device
@@ -193,6 +193,7 @@ Each message or record in a snapshot represents one or more changes to a device
193193
- `provisioned` flag, true if the device has been provisioned
194194
- `approved` flag, true if the device has been approved to send data
195195
- Property values
196+
- `properties` including device and cloud properties values
196197

197198
Deleted devices aren't exported. Currently, there are no indicators in exported messages for deleted devices.
198199

0 commit comments

Comments
 (0)