IListQuery

Interface for list queries that retrieve multiple items with a limit.

This interface extends Queryable and adds a limit parameter to control the maximum number of items returned by the query.

Inheritors

Properties

Link copied to clipboard
abstract val limit: Int

The maximum number of items to return in the query result. Must be >= 0. If set to 0, the query will return unlimited results.