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
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
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.
Field Data Type Required Default Description