

# Aggregates


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

## Contents


 ** average **   <a name="iotsitewise-Type-Aggregates-average"></a>
The average (mean) value of the time series over a time interval window.  
Type: Double  
Required: No

 ** count **   <a name="iotsitewise-Type-Aggregates-count"></a>
The count of data points in the time series over a time interval window.  
Type: Double  
Required: No

 ** maximum **   <a name="iotsitewise-Type-Aggregates-maximum"></a>
The maximum value of the time series over a time interval window.  
Type: Double  
Required: No

 ** minimum **   <a name="iotsitewise-Type-Aggregates-minimum"></a>
The minimum value of the time series over a time interval window.  
Type: Double  
Required: No

 ** standardDeviation **   <a name="iotsitewise-Type-Aggregates-standardDeviation"></a>
The standard deviation of the time series over a time interval window.  
Type: Double  
Required: No

 ** sum **   <a name="iotsitewise-Type-Aggregates-sum"></a>
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 AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotsitewise-2019-12-02/Aggregates) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotsitewise-2019-12-02/Aggregates) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotsitewise-2019-12-02/Aggregates) 