RecorderDurationState extends RecorderQuery and adds optional threshold and numeric value flags used when constructing duration‑based queries. It represents the state of a recorder query that requires evaluating whether recorded numeric values fall within specified bounds or simply need to be treated as numeric values.
| Key | Type | Value |
|---|---|---|
| numberValue | Boolean | Indicates whether the query should treat the parameter as numeric. |
| minThreshold | Integer | Minimum threshold value for numeric comparisons (used in duration queries). |
| maxThreshold | Integer | Maximum threshold value for numeric comparisons (used in duration queries). |
(Inherited from RecorderQuery) |