/AWS1/CL_KYZGETRECORDSOUTPUT¶
GetRecordsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_changerecords TYPE /AWS1/CL_KYZRECORD=>TT_RECORDLIST TT_RECORDLIST¶
An array of change data records retrieved from the specified shard. Each record represents a single data modification (insert, update, or delete) to a row in the Amazon Keyspaces table. Records include the primary key columns and information about what data was modified.
iv_nextsharditerator TYPE /AWS1/KYZSHARDITERATOR /AWS1/KYZSHARDITERATOR¶
The next position in the shard from which to start sequentially reading data records. If null, the shard has been closed and the requested iterator will not return any more data.
Queryable Attributes¶
changeRecords¶
An array of change data records retrieved from the specified shard. Each record represents a single data modification (insert, update, or delete) to a row in the Amazon Keyspaces table. Records include the primary key columns and information about what data was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGERECORDS() |
Getter for CHANGERECORDS, with configurable default |
ASK_CHANGERECORDS() |
Getter for CHANGERECORDS w/ exceptions if field has no value |
HAS_CHANGERECORDS() |
Determine if CHANGERECORDS has a value |
nextShardIterator¶
The next position in the shard from which to start sequentially reading data records. If null, the shard has been closed and the requested iterator will not return any more data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTSHARDITERATOR() |
Getter for NEXTSHARDITERATOR, with configurable default |
ASK_NEXTSHARDITERATOR() |
Getter for NEXTSHARDITERATOR w/ exceptions if field has no v |
HAS_NEXTSHARDITERATOR() |
Determine if NEXTSHARDITERATOR has a value |