Reference

Sample

Data measured at a certain point in time

Properties

  • decimalMaxValues

    The max value for each line at the timestamp of this sample [Double.NaN] represents "No value"

    number[] | null
  • decimalMinValues

    The min value for each line at the timestamp of this sample [Double.NaN] represents "No value"

    number[] | null
  • decimalValues

    The value for each line at the timestamp of this sample. [Double.NaN] represents "No value"

    number[] | null
  • enumValues

    The ordinal values for each enumeration at the timestamp of this sample [Double.NaN] represents "No value"

    number[] | null
  • timestamp

    A timestamp in milliseconds since 1 January 1970 UTC

    number