AWSIoTGetStatisticsRequest

Objective-C

@interface AWSIoTGetStatisticsRequest

Swift

class AWSIoTGetStatisticsRequest
  • The aggregation field name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable aggregationField;

    Swift

    var aggregationField: String? { get set }
  • The name of the index to search. The default value is AWS_Things.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The query used to search. You can specify “*” for the query string to get the count of all indexed things in your Amazon Web Services account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryString;

    Swift

    var queryString: String? { get set }
  • The version of the query used to search.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryVersion;

    Swift

    var queryVersion: String? { get set }