Values.ExecutionResultSourceSpecifies the end result of the flow run.
type nonrec t = {errorInfo : ErrorInfo.t option;Provides any error message information related to the flow run.
*)bytesProcessed : Long.t option;The total number of bytes processed by the flow run.
*)bytesWritten : Long.t option;The total number of bytes written as a result of the flow run.
*)recordsProcessed : Long.t option;The number of records processed in the flow run.
*)numParallelProcesses : Long.t option;The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
*)maxPageSize : Long.t option;The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Long.t
| `Structure of
(string * [> `Long of Long.t | `String of ExecutionMessage.t ])
list ])
list ]