TimeSeriesAPI class

This API covers the timeseries API.

https://docs.cognite.com/api/v1/#tag/Time-series

Constructors

TimeSeriesAPI(CDFApiClient client)

Properties

client CDFApiClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllTimeSeries() Future<List<TimeSeriesModel>?>
Returns the first 100 (default) timeseries or null.
getDatapoints(DatapointsFilterModel filter, {dynamic raw = false}) Future<DatapointsModel>
Needs a DatapointsFilterModel to retrieve either aggregates or raw datapoints.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited