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/time-series-insights/time-series-insights-update-how-to-shape-events.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ There's a single Azure IoT Hub message sent where the outer array contains a sha
90
90
91
91
**Takeaways:**
92
92
93
-
* The example JSON has an outer array that uses [Time Series Instance](./time-series-insights-update-tsm#time-series-model-instances) data to increase the efficiency of the message. Even though Time Series Instances device metadata's not likely to change, it often provides useful properties for data analysis.
93
+
* The example JSON has an outer array that uses [Time Series Instance](./time-series-insights-update-tsm.md#time-series-model-instances) data to increase the efficiency of the message. Even though Time Series Instances device metadata's not likely to change, it often provides useful properties for data analysis.
94
94
95
95
* The JSON combines two or more messages (one from each device) into a single payload saving on bandwidth over time.
96
96
@@ -101,10 +101,10 @@ There's a single Azure IoT Hub message sent where the outer array contains a sha
101
101
102
102
#### Time Series Instance
103
103
104
-
Let's take a closer look at how to use [Time Series Instance](./time-series-insights-update-tsm#time-series-model-instances) to shape your JSON more optimally.
104
+
Let's take a closer look at how to use [Time Series Instance](./time-series-insights-update-tsm.md#time-series-model-instances) to shape your JSON more optimally.
105
105
106
106
> [!NOTE]
107
-
> The [Time Series IDs](../time-series-insights-update-how-to-id) below *deviceIds*.
107
+
> The [Time Series IDs](./time-series-insights-update-how-to-id.md) below *deviceIds*.
108
108
109
109
```JSON
110
110
[
@@ -148,7 +148,7 @@ Time Series Insights Preview joins a table (after flattening) during query time.
148
148
|`FYYY`| LINE_DATA COMMON | SIMULATOR | Battery System | 2018-01-17T01:18:00Z | 0.58015072345733643 | 22.2 |
149
149
150
150
> [!NOTE]
151
-
> The preceding table represents the query view in the [Time Series Preview Explorer](../time-series-insights-update-explorer).
151
+
> The preceding table represents the query view in the [Time Series Preview Explorer](./time-series-insights-update-explorer.md).
152
152
153
153
**Takeaways:**
154
154
@@ -190,4 +190,4 @@ In this case, the *latest* property value would overwrite the earlier one.
190
190
191
191
* Read [Azure Time Series Insights Preview query syntax](https://docs.microsoft.com/rest/api/time-series-insights/preview#time-series-expression-and-syntax) to send well-shaped JSON to the [Preview APIs](https://docs.microsoft.com/rest/api/time-series-insights/preview).
192
192
193
-
* Combine JSON best practices with [How to Time Series Model](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-how-to-tsm).
193
+
* Combine JSON best practices with [How to Time Series Model](./time-series-insights-update-how-to-tsm.md).
0 commit comments