AWSIoTAggregationTypeName
Objective-C
NS_ENUM(NSInteger, AWSIoTAggregationTypeName) {
AWSIoTAggregationTypeNameUnknown,
AWSIoTAggregationTypeNameStatistics,
AWSIoTAggregationTypeNamePercentiles,
AWSIoTAggregationTypeNameCardinality,
}
Swift
enum AWSIoTAggregationTypeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTAggregationTypeNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTAggregationTypeNameStatistics
Swift
case statistics = 1
-
Undocumented
Declaration
Objective-C
AWSIoTAggregationTypeNamePercentiles
Swift
case percentiles = 2
-
Undocumented
Declaration
Objective-C
AWSIoTAggregationTypeNameCardinality
Swift
case cardinality = 3