TimeseriesDataPoint interface

Defines a timeseries datapoint used in a timeseries

Properties

dateTimeUTC

The DateTime of the Timeseries data point in UTC

value

The Value of the Timeseries data point

Property Details

dateTimeUTC

The DateTime of the Timeseries data point in UTC

dateTimeUTC?: string

Property Value

string

value

The Value of the Timeseries data point

value?: number

Property Value

number