Skip to content

Commit dbcea39

Browse files
authored
Merge pull request #100352 from jjadta/patch-2
Update concepts-data-explorer-plugin.md
2 parents cc11bc4 + 6dddd1a commit dbcea39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/concepts-data-explorer-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Once the target table is created, you can use the Azure Digital Twins plugin to
134134

135135
Here's an example of a schema that might be used to represent shared data.
136136
137-
| `timestamp` | `twinId` | `modelId` | `name` | `value` | `relationshipTarget` | `relationshipID` |
138-
| --- | --- | --- | --- | --- | --- | --- |
139-
| 2021-02-01 17:24 | ConfRoomTempSensor | `dtmi:com:example:TemperatureSensor;1` | temperature | 301.0 | | |
137+
| `TimeStamp` | `SourceTimeStamp` | `TwinId` | `ModelId` | `Name` | `Value` | `RelationshipTarget` | `RelationshipID` |
138+
| --- | --- | --- | --- | --- | --- | --- | --- |
139+
| 2021-02-01 17:24 | 2021-02-01 17:11 | ConfRoomTempSensor | `dtmi:com:example:TemperatureSensor;1` | temperature | 301.0 | | |
140140
141141
Digital twin properties are stored as key-value pairs (`name, value`). `name` and `value` are stored as dynamic data types.
142142

0 commit comments

Comments
 (0)