Values_1.OffsetConfigurationSourceOffset-based pagination configuration that defines how to handle pagination using numeric offsets and limits.
type nonrec t = {offsetParameter : ExtractedParameter.t;The parameter name used to specify the starting position or offset for retrieving results.
*)limitParameter : ExtractedParameter.t;The parameter name used to specify the maximum number of results to return per page.
*)}val make :
offsetParameter:ExtractedParameter.t ->
limitParameter:ExtractedParameter.t ->
unit ->
tval to_value :
t ->
[> `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 ]