pagination
pagination configuration for the soapPolling module.
← soapPollingobject
| property | type | default | description |
|---|---|---|---|
typerequired | string | — | Pagination type. cursoroffsetpage |
paramrequired | string | — | Canonical query parameter name carrying the cursor, offset, or page value. |
limitParam | string | — | Query parameter name for the page size (when applicable). |
limit | integer | — | Number of items per page. When omitted, the runtime applies its default. |
nextCursorField | string | — | Field containing the next cursor value (cursor pagination). |
totalPagesField | string | — | Field containing the total pages count (page pagination). |
totalField | string | — | Field containing the total items count (offset pagination). |