cannectors

pagination

pagination configuration for the httpPolling module.

propertytypedefaultdescription
typerequired
stringPagination type.
cursoroffsetpage
paramrequired
stringCanonical query parameter name carrying the cursor, offset, or page value.
limitParam
stringQuery parameter name for the page size (when applicable).
limit
integerNumber of items per page. When omitted, the runtime applies its default.
nextCursorField
stringField containing the next cursor value (cursor pagination).
totalPagesField
stringField containing the total pages count (page pagination).
totalField
stringField containing the total items count (offset pagination).