Values_1.PaginationConfigurationSourceConfiguration that defines how to handle paginated responses from REST APIs, supporting different pagination strategies used by various services.
type nonrec t = {cursorConfiguration : CursorConfiguration.t option;Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
*)offsetConfiguration : OffsetConfiguration.t option;Configuration for offset-based pagination, where the API uses numeric offsets and limits to control which results are returned.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ConnectorPropertyKey.t
| `Structure of
(string * [> `String of JsonPathString.t ]) list ])
list ])
list ])
list ]