Data - ParamStatDoc
The ParamStatDoc document is a data document that contains the properties and statistics values for a parameter instance over a specified time range.
Field | Data Type | Required | Default | Description |
---|---|---|---|---|
id | String | Yes | - | Regno unique document identifier. |
type | Fixed String | No | AliasDoc | Type of the document, resolved from fixed document types. |
configDocId | String | Yes | - | The unique identifier (id) of the ConfigDoc document that this document is associated with. |
startTime | Int64 | Yes | - | A 64-bit Long timestamp specifying start time of the data that this configuration holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970. |
endTime | Int64 | Yes | - | A 64-bit Long timestamp specifying end time of the data that this configuration holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970. |
intervalType | Fixed String | Yes | Experiment | A fixed string representing the interval type. Valid options are: Experiment, Session, Lap, Corner, Straight, Run Valid Options are: Experiment, Session, Lap, Corner, Straight, Run |
paramDefDocIds | IList`1 | Yes | - | An array of unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the parameter associated with the data values stored in this document. |
statDocs | IList`1 | Yes | - | An array of the StatDocs associated with the data values stored in this document. |