/AWS1/CL_KNSSEQUENCENUMRANGE¶
The range of possible sequence numbers for the shard.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startingsequencenumber TYPE /AWS1/KNSSEQUENCENUMBER /AWS1/KNSSEQUENCENUMBER¶
The starting sequence number for the range.
Optional arguments:¶
iv_endingsequencenumber TYPE /AWS1/KNSSEQUENCENUMBER /AWS1/KNSSEQUENCENUMBER¶
The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of
null.
Queryable Attributes¶
StartingSequenceNumber¶
The starting sequence number for 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 for the range. Shards that are in the OPEN state have an ending sequence number of
null.
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 |