Data - Param2DMapValueDoc

The Param2DMapValueDoc document is a data document that contains the properties and a set of values for a single two dimensional map parameter.

Field Data Type Required Default Description
xAxisParamDefDocId String Yes - The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the X Axis parameter associated with the data values stored in this document.
yAxisParamDefDocId String Yes - The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the Y Axis parameter associated with the data values stored in this document.
axisValuesX Double[] Yes - An array of 64-bit Double data values representing the X Axis breakpoint values.
axisValuesY Double[] Yes - An array of 64-bit Double data values representing the Y Axis breakpoint values.
time Int64 No - A 64-bit Long timestamp value.
values Double[][] Yes - An array of 64-bit Double, 64-bit Double data values.
constant Boolean No - Boolean value indicating if the current data is constant within the current configuration.
Field Data Type Required Default Description