pagination
pagination configuration for the database module.
← databaseobject
| property | type | default | description |
|---|---|---|---|
type | string | — | Pagination type. limit-offsetcursor |
limit | integer | — | Number of records per page. Optional; runtime applies default when omitted. |
param | string | — | Named placeholder used in the SQL query to inject the cursor or offset value (e.g. ':cursor' / ':offset'). |
cursorField | string | — | Field of the previous page's last record used as the next cursor value (cursor pagination only). |