| Interface | Description |
|---|---|
| IDataFilter<V> |
A filter is used to control which data points may pass from one
IDataProcessor to
another |
| Class | Description |
|---|---|
| IDataFilter.ItemCountBased<V> |
This counter based filter will let pass only every nth data point based on the specified
range.
|
| IDataFilter.TimeBased<V> |
Time based filtering considers the timestamps of the incoming data points as a
filter criterion.
|
| Sampler<V> |
Samplers can be used to reduce the frequency of data point
by filtering data points based on a sampling rate criterion.
|
Copyright © 2016. All rights reserved.