AWSIoTStatistics
Objective-C
@interface AWSIoTStatistics
Swift
class AWSIoTStatistics
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.
-
The average of the aggregated field values.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable average;Swift
var average: NSNumber? { get set } -
The count of things that match the query string criteria and contain a valid aggregation field value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The maximum aggregated field value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximum;Swift
var maximum: NSNumber? { get set } -
The minimum aggregated field value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable minimum;Swift
var minimum: NSNumber? { get set } -
The standard deviation of the aggregated field values.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable stdDeviation;Swift
var stdDeviation: NSNumber? { get set } -
The sum of the aggregated field values.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sum;Swift
var sum: NSNumber? { get set } -
The sum of the squares of the aggregated field values.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sumOfSquares;Swift
var sumOfSquares: NSNumber? { get set } -
The variance of the aggregated field values.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable variance;Swift
var variance: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTStatistics Class Reference