IPagedQuery

Interface for paginated queries that retrieve items in pages.

This interface extends Queryable and adds pagination support to control which page of results to retrieve and how many items per page.

Inheritors

Properties

Link copied to clipboard
abstract val pagination: Pagination

The pagination settings for this query.