The RecorderQuery data record contains the parameters sent with a query to the database recorder. This includes the the parameter ID, the time range and some mode parameters for the query.
| Key | Type | Value |
|---|---|---|
| parameterId | String | Full message ID of the parameter to query |
| from | TimeStamp | timestamp of the first (oldest) value to return |
| to | TimeStamp | timestamp of the last (youngest) calue to return |
| resolution | String | time resolution (an expression accepted by the SQL SELECT statement) |
| interpolate | Boolean | true makes the database interpolate between existing samples, false leaves out missing values |
| lastObserved | Boolean | true makes the database add a value at the end of the list if the recorded data does not extend to the 'to' timestamp |