Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Sensor-level aggregates provide a grouping method for you to go back through time-series at a sensor-level to find things like count, average, delta, minimum, and maximum.

Aggregate Type

Description

Average

Use the average value over the duration specified.

Count

Count how many records exist over the duration specified.

First

Use the first record for the duration specified.

Last

Use the last record for the duration specified.

Max

Use the Maximum value over the duration specified.

Min

Use the Minimum value over the duration specified.

Sum

Use the sum of all records over the duration specified.

Delta

Use the difference between the First and Last samples over the duration specified.

  • No labels