Statistics
A map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API, consult Fleet indexing troubleshooting guide.
Contents
- average
- 
               The average of the aggregated field values. Type: Double Required: No 
- count
- 
               The count of things that match the query string criteria and contain a valid aggregation field value. Type: Integer Required: No 
- maximum
- 
               The maximum aggregated field value. Type: Double Required: No 
- minimum
- 
               The minimum aggregated field value. Type: Double Required: No 
- stdDeviation
- 
               The standard deviation of the aggregated field values. Type: Double Required: No 
- sum
- 
               The sum of the aggregated field values. Type: Double Required: No 
- sumOfSquares
- 
               The sum of the squares of the aggregated field values. Type: Double Required: No 
- variance
- 
               The variance of the aggregated field values. Type: Double Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: