TimeSeriesPoint interface

The definition of input timeseries points.

Properties

timestamp

Optional argument, timestamp of a data point (ISO8601 format).

value

The measurement of that point, should be float.

Property Details

timestamp

Optional argument, timestamp of a data point (ISO8601 format).

timestamp?: Date

Property Value

Date

value

The measurement of that point, should be float.

value: number

Property Value

number