Commit 0e4f72b480d768c209bf33d2f36c59ae23020a44
1 parent
b0e7bc0e
Issue #1346: Added note to the node details about max fetch size
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -59,6 +59,7 @@ import static org.thingsboard.server.common.data.kv.Aggregation.NONE; |
59 | 59 | nodeDescription = "Add Message Originator Telemetry for selected time range into Message Metadata\n", |
60 | 60 | nodeDetails = "The node allows you to select fetch mode <b>FIRST/LAST/ALL</b> to fetch telemetry of certain time range that are added into Message metadata without any prefix. " + |
61 | 61 | "If selected fetch mode <b>ALL</b> Telemetry will be added like array into Message Metadata where <b>key</b> is Timestamp and <b>value</b> is value of Telemetry. " + |
62 | + "<b>Note</b>: The maximum size of the fetched array is 1000 records. " + | |
62 | 63 | "If selected fetch mode <b>FIRST</b> or <b>LAST</b> Telemetry will be added like string without Timestamp", |
63 | 64 | uiResources = {"static/rulenode/rulenode-core-config.js"}, |
64 | 65 | configDirective = "tbEnrichmentNodeGetTelemetryFromDatabase") | ... | ... |