Values.SAPODataSourcePropertiesSourceThe properties that are applied when using SAPOData as a flow source.
type nonrec t = {objectPath : Object.t option;The object path specified in the SAPOData flow source.
*)parallelismConfig : SAPODataParallelismConfig.t option;Sets the number of concurrent processes that transfers OData records from your SAP instance.
*)paginationConfig : SAPODataPaginationConfig.t option;Sets the page size for each concurrent process that transfers OData records from your SAP instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Object.t
| `Structure of
(string * [> `Integer of SAPODataMaxParallelism.t ]) list ])
list ]