IRegnoParamStatDoc Properties

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

IRegnoParamStatDoc Properties

The IRegnoParamStatDoc type exposes the following members.

Properties


  Name Description
Public property Change
A 64-bit Double value representing the result of the (end – start) sample value during the specified time range.
Public property ConfigDocId
The unique identifier (id) of the ConfigDoc document that this document is associated with.
Public property End
A 64-bit Double value representing the last sample value before the specified endTime. The time range is inclusive so the value could be the value at the specified endTime.
Public property EndTime
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.
Public property GeometricMean
A 64-bit Double value representing the geometric mean value of all samples during the specified time range.
Public property IntervalType
A fixed string representing the interval type. Valid options are: Experiment, Session, Lap, Corner, Straight, Run
Public property LinearRegIntercept
A 64-bit Double value representing the intercept value of the linear regression of all samples in the specified time range.
Public property LinearRegRSquared
A 64-bit Double value representing the statistical R Squared value of the linear regression of all samples in the specified time range.
Public property LinearRegSlope
A 64-bit Double value representing the slope of the linear regression of all samples in the specified time range.
Public property Max
A 64-bit Double value representing the maximum sample value during the specified time range.
Public property Mean
A 64-bit Double value representing the mean value for all samples during the specified time range.
Public property MeanOfAbsolutes
A 64-bit Double value representing the mean value for all samples during the specified time range. Each sample value if first converted to an absolute value before being used for the mean calculation.
Public property Min
A 64-bit Double value representing the minimum sample value during the specified time range.
Public property ParamDefDocId
The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the parameter associated with the data values stored in this document.
Public property Range
A 64-bit Double value representing the result of the (maximum – minimum) sample value during the specified time range.
Public property StandardDeviation
A 64-bit Double value representing the standard deviation of all samples during the specified time range.
Public property Start
A 64-bit Double value representing the first sample value at or after the specified startTime.
Public property StartTime
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.