/AWS1/CL_IOTBUCKET¶
A count of documents that meets a specific aggregation criteria.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_keyvalue
TYPE /AWS1/IOTBUCKETKEYVALUE
/AWS1/IOTBUCKETKEYVALUE
¶
The value counted for the particular bucket.
iv_count
TYPE /AWS1/IOTCOUNT
/AWS1/IOTCOUNT
¶
The number of documents that have the value counted for the particular bucket.
Queryable Attributes¶
keyValue¶
The value counted for the particular bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEYVALUE() |
Getter for KEYVALUE, with configurable default |
ASK_KEYVALUE() |
Getter for KEYVALUE w/ exceptions if field has no value |
HAS_KEYVALUE() |
Determine if KEYVALUE has a value |
count¶
The number of documents that have the value counted for the particular bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNT() |
Getter for COUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUCKETS
¶
TYPES TT_BUCKETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTBUCKET WITH DEFAULT KEY
.