The RecorderStringStateDuration data model represents aggregated duration statistics for a string value in the recorder data. Each instance corresponds to a distinct string value and contains the total time spent in that state along with the percentage of the overall recording duration.
| Key | Type | Value |
|---|---|---|
| parameterId | String | Identifier of the parameter for which the string state is aggregated. |
| stringValue | String | The specific string value whose duration is measured. |
| duration | String | Total time spent in this state, expressed as an interval. |
| percentage | String | Percentage of the overall recording duration that the state occupies. |