The type of the events in the input stream.
The type of the time series entities in the output stream.
The function to aggregate the input stream with.
The arguments to be passed to the aggregator.
The function representing the event input stream for the given time frame.
The event stream.
The arguments to be passed to the input stream.
Optional
reverse?: booleanWhether to process the time series in reverse order (from first to last). If false, then the latest events will be processed first.
The start date in milliseconds at which to start aggregating the time series.
The time frame sizes to aggregate.
The user defined type of the time series. Must be unique.
Generated using TypeDoc
Configuration for a time series stats aggregator.