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. |
cursorField | string | — | Field of the previous page's last record used as the next cursor value (cursor pagination only). |