Skip to content

/AWS1/CL_KYZSEQUENCENUMRANGE

Defines a range of sequence numbers within a change data capture stream's shard for Amazon Keyspaces.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_startingsequencenumber TYPE /AWS1/KYZSEQUENCENUMBER /AWS1/KYZSEQUENCENUMBER

The starting sequence number of the range.

iv_endingsequencenumber TYPE /AWS1/KYZSEQUENCENUMBER /AWS1/KYZSEQUENCENUMBER

The ending sequence number of the range, which may be null for open-ended ranges.


Queryable Attributes

startingSequenceNumber

The starting sequence number of the range.

Accessible with the following methods

Method Description
GET_STARTINGSEQUENCENUMBER() Getter for STARTINGSEQUENCENUMBER, with configurable default
ASK_STARTINGSEQUENCENUMBER() Getter for STARTINGSEQUENCENUMBER w/ exceptions if field has
HAS_STARTINGSEQUENCENUMBER() Determine if STARTINGSEQUENCENUMBER has a value

endingSequenceNumber

The ending sequence number of the range, which may be null for open-ended ranges.

Accessible with the following methods

Method Description
GET_ENDINGSEQUENCENUMBER() Getter for ENDINGSEQUENCENUMBER, with configurable default
ASK_ENDINGSEQUENCENUMBER() Getter for ENDINGSEQUENCENUMBER w/ exceptions if field has n
HAS_ENDINGSEQUENCENUMBER() Determine if ENDINGSEQUENCENUMBER has a value