Skip to content

Commit 80d3783

Browse files
Merge pull request #264621 from dominicbetts/processor-bug-fixes
AIO: Bug fixes for Data Processor docs
2 parents 01c19be + 90ff8ce commit 80d3783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/process-data/howto-configure-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To add a dataset to the data store, you have two options:
4040
| Keys | See keys configuration in the following table. | | |
4141

4242
Timestamps referenced should be in RFC3339, ISO 8601, or Unix timestamp format.
43-
By default, the Expiration time for a dataset is set to `12h`. This default ensures that no stale data is enriched beyond 12 hours (if the data is not updated) or grow unbounded which can fill up the disk.
43+
By default, the expiration time for a dataset is set to `24h`. This default ensures that no stale data is enriched beyond 24 hours (if the data is not updated) or grow unbounded which can fill up the disk.
4444

4545
Each key includes:
4646

@@ -126,7 +126,7 @@ The two keys:
126126

127127
| Field | Example |
128128
|---|---|
129-
| Property name | `asset` |
129+
| Property name | `equipment name` |
130130
| Property path | `.equipment` |
131131
| Primary key | Yes |
132132

0 commit comments

Comments
 (0)