Module Values.SAPODataPaginationConfigSource

Sets the page size for each concurrent process that transfers OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.

Sourcetype nonrec t = {
  1. maxPageSize : SAPODataMaxPageSize.t;
    (*

    The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.

    *)
}
Sourceval context_ : string
Sourceval make : maxPageSize:SAPODataMaxPageSize.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of SAPODataMaxPageSize.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t