/AWS1/CL_GLUCURSORCONF¶
Cursor-based pagination configuration that defines how to handle pagination using cursor tokens or next page identifiers.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_nextpage TYPE REF TO /AWS1/CL_GLUEXTRACTEDPARAMETER /AWS1/CL_GLUEXTRACTEDPARAMETER¶
The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.
Optional arguments:¶
io_limitparameter TYPE REF TO /AWS1/CL_GLUEXTRACTEDPARAMETER /AWS1/CL_GLUEXTRACTEDPARAMETER¶
The parameter name used to specify the maximum number of results to return per page.
Queryable Attributes¶
NextPage¶
The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGE() |
Getter for NEXTPAGE |
LimitParameter¶
The parameter name used to specify the maximum number of results to return per page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMITPARAMETER() |
Getter for LIMITPARAMETER |