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-add-reference-data-set.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: cshankar
9
9
ms.reviewer: jasonh, kfile
10
10
ms.workload: big-data
11
11
ms.topic: conceptual
12
-
ms.date: 02/07/2020
12
+
ms.date: 05/05/2020
13
13
ms.custom: seodec18~~~~
14
14
---
15
15
@@ -75,7 +75,7 @@ Reference data is not joined retroactively. Thus, only current and future ingres
75
75
76
76
[](media/add-reference-data-set/select-column-types.png#lightbox)
77
77
78
-
1. Rename the column headers if needed. The key column name is necessary to join to the corresponding property in your event source.
78
+
1. Rename the column headers if needed. The key column name is necessary to join to the corresponding property in your event source.
79
79
80
80
> [!IMPORTANT]
81
81
> Ensure that the reference data key column names match exactly to the event name to your incoming data, including case-sensitivity. The non-key column names are used to augment the incoming data with the corresponding reference data values.
Copy file name to clipboardExpand all lines: articles/time-series-insights/time-series-insights-update-how-to-id.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.workload: big-data
8
8
ms.service: time-series-insights
9
9
services: time-series-insights
10
10
ms.topic: conceptual
11
-
ms.date: 02/07/2020
11
+
ms.date: 05/05/2020
12
12
ms.custom: seodec18
13
13
---
14
14
@@ -22,6 +22,7 @@ Selecting an appropriate Time Series ID is critical. Choosing a Time Series ID i
22
22
23
23
> [!IMPORTANT]
24
24
> Time Series IDs are:
25
+
>
25
26
> * A *case-sensitive* property: letter and character casings are used in searches, comparisons, updates, and when partitioning.
26
27
> * An *immutable* property: once created it cannot be changed.
27
28
@@ -51,7 +52,7 @@ The following scenarios describe selecting more than one key property as your Ti
51
52
52
53
### Example 2: Time Series ID with a composite key
53
54
54
-
* You require multiple properties to be unique within the same fleet of assets.
55
+
* You require multiple properties to be unique within the same fleet of assets.
55
56
* You're a manufacturer of smart buildings and deploy sensors in every room. In each room, you typically have the same values for **sensorId**. Examples are **sensor1**, **sensor2**, and **sensor3**.
56
57
* Your building has overlapping floor and room numbers across sites in the property **flrRm**. These numbers have values such as **1a**, **2b**, and **3a**.
57
58
* You have a property, **location**, that contains values such as **Redmond**, **Barcelona**, and **Tokyo**. To create uniqueness, you designate the following three properties as your Time Series ID keys: **sensorId**, **flrRm**, and **location**.
@@ -67,7 +68,7 @@ Example raw event:
67
68
}
68
69
```
69
70
70
-
In the Azure portal, you can then enter the composite key as follows:
71
+
In the Azure portal, you can then enter the composite key as follows:
0 commit comments