CursorConfiguration

Cursor-based pagination configuration that defines how to handle pagination using cursor tokens or next page identifiers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameter name used to specify the maximum number of results to return per page.

Link copied to clipboard

The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String