Values_0.S3DirectSourceAdditionalOptionsSourceSpecifies additional connection options for the Amazon S3 data store.
type nonrec t = {boundedSize : BoxedLong.t option;Sets the upper limit for the target size of the dataset in bytes that will be processed.
*)boundedFiles : BoxedLong.t option;Sets the upper limit for the target number of files that will be processed.
*)enableSamplePath : BoxedBoolean.t option;Sets option to enable a sample path.
*)samplePath : EnclosedInStringProperty.t option;If enabled, specifies the sample path.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Long of BoxedLong.t
| `String of EnclosedInStringProperty.t ])
list ]