AWSIoTTermsAggregation

Objective-C

@interface AWSIoTTermsAggregation

Swift

class AWSIoTTermsAggregation

Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.

  • The number of buckets to return in the response. Default to 10.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxBuckets;

    Swift

    var maxBuckets: NSNumber? { get set }