Values.ExecutionConfigurationSourceThe configuration for how the files should be pulled from the source.
type nonrec t = {executionMode : ExecutionMode.t;The mode for data import/export execution.
*)onDemandConfiguration : OnDemandConfiguration.t option;scheduleConfiguration : ScheduleConfiguration.t option;}val make :
?onDemandConfiguration:??? ->
?scheduleConfiguration:??? ->
executionMode:ExecutionMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of NonBlankString.t ]) list ])
list ]