Create stream.
Create stream.
id
Delete stream.
Retrieve stream.
Retrieve stream. Set min_start_time
and max_start_time
based on streams belonging to this stream.
TODO: simplify query by setting min_start_time
and max_start_time
when updating statistics on sensors and streams.
Update properties
element of stream.
Update properties
element of stream.
new stream
Update "min_start_time", "max_end_time", "params" element of stream.
Update "min_start_time", "max_end_time", "params" element of sensor and stream.
Update "min_start_time", "max_end_time", "params" element of sensor and stream. Duplicate with Sensor.updateStatisticsStreamSensor
Search stream.
Search stream.
stream
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead
Streams are a way of grouping datapoints together. A stream has to belong to a
Sensor
and andDatapoint
has to belong to aStream
.