Type of the stream. Use a canonical Data*.type string such as Distance or Heart Rate.
Removes any filter that is used on the Streamm
Get's back the streams data as an array
OptionalonlyNumeric: booleanOptionalfilterInfinity: booleanGets the data offset on a time
Optionaloffset: numberOptionalonlyNumeric: booleanOptionalfilterInfinity: booleanGets the data based / offset on a startDate
OptionalonlyNumeric: booleanOptionalfilterInfinity: booleanChecks if a stream has a filter
Checks if the speed is exportable
Sets the data for this stream
Instructs the stream to use a specific filter when asking for data
A stream consists of an array of data like this for example AltitudeStream: [100, 110, null, 112, 200, null, 300] The sampling rate of streams is fixed to 1s That means that on the above example the duration is seconds would be: [1,2,3,4,5,6,6]
null means no value and that means missing data.