Minimum Aggregate
The minimum actual time aggregate retrieves the minimum good raw value within the interval [s,e), and returns that value. The timestamp of the aggregate will always be the start of the interval for every interval.
Example 1
Start: Jan-01-2002 12:00:10 End: Jan-01-2002 12:00:20 Interval: 00:00:05
Timestamp | Value | Quality |
---|---|---|
Jan-01-02 12:00:35 | 0 | No Data, Bad |
Jan-01-02 12:00:40 | 0 | Bad data in the interval |
Jan-01-02 12:00:45 | 0 | No Data, Bad |
Jan-01-02 12:00:50 | 50 | Raw, Good |
Jan-01-02 12:00:55 | 0 | No Data, Bad |