/AWS1/CL_CNPSTARTPOSITION¶
A filtering option for where to start. For example, if you sent 100 messages, start with message 50.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/CNPCHATITEMID
/AWS1/CNPCHATITEMID
¶
The ID of the message or event where to start.
iv_absolutetime
TYPE /AWS1/CNPINSTANT
/AWS1/CNPINSTANT
¶
The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
iv_mostrecent
TYPE /AWS1/CNPMOSTRECENT
/AWS1/CNPMOSTRECENT
¶
The start position of the most recent message where you want to start.
Queryable Attributes¶
Id¶
The ID of the message or event where to start.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
AbsoluteTime¶
The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ABSOLUTETIME() |
Getter for ABSOLUTETIME, with configurable default |
ASK_ABSOLUTETIME() |
Getter for ABSOLUTETIME w/ exceptions if field has no value |
HAS_ABSOLUTETIME() |
Determine if ABSOLUTETIME has a value |
MostRecent¶
The start position of the most recent message where you want to start.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MOSTRECENT() |
Getter for MOSTRECENT |