Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 798 Bytes

File metadata and controls

21 lines (14 loc) · 798 Bytes

TimeSeriesAggregationStrategy

CUMULATIVE aggregates all points up to the current point. ROLLING aggregates all points in a rolling window whose size is either the specified number of points or time duration. PERIODIC aggregates all points in specified time windows.

This is a discriminator type and does not contain any fields. Instead, it is a union of of the models listed below.

This discriminator class uses the type field to differentiate between classes.

Class Value
TimeSeriesRollingAggregate rolling
TimeSeriesPeriodicAggregate periodic
TimeSeriesCumulativeAggregate cumulative

[Back to Model list] [Back to API list] [Back to README]