Module Values.SAPODataParallelismConfigSource

Sets the number of concurrent processes that transfer 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. maxParallelism : SAPODataMaxParallelism.t;
    (*

    The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.

    *)
}
Sourceval context_ : string
Sourceval make : maxParallelism:SAPODataMaxParallelism.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of SAPODataMaxParallelism.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