/AWS1/CL_DYSSEQUENCENUMRANGE¶
The beginning and ending sequence numbers for the stream records contained within a shard.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_startingsequencenumber TYPE /AWS1/DYSSEQUENCENUMBER /AWS1/DYSSEQUENCENUMBER¶
The first sequence number for the stream records contained within a shard. String contains numeric characters only.
iv_endingsequencenumber TYPE /AWS1/DYSSEQUENCENUMBER /AWS1/DYSSEQUENCENUMBER¶
The last sequence number for the stream records contained within a shard. String contains numeric characters only.
Queryable Attributes¶
StartingSequenceNumber¶
The first sequence number for the stream records contained within a shard. String contains numeric characters only.
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 last sequence number for the stream records contained within a shard. String contains numeric characters only.
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 |