Aggregates - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Aggregates

Contains the (pre-calculated) aggregate values for an asset property.

Contents

average

The average (mean) value of the time series over a time interval window.

Type: Double

Required: No

count

The count of data points in the time series over a time interval window.

Type: Double

Required: No

maximum

The maximum value of the time series over a time interval window.

Type: Double

Required: No

minimum

The minimum value of the time series over a time interval window.

Type: Double

Required: No

standardDeviation

The standard deviation of the time series over a time interval window.

Type: Double

Required: No

sum

The sum of the time series over a time interval window.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: