Values.InputSerializationSourceDescribes the serialization format of the object.
type nonrec t = {cSV : CSVInput.t option;Describes the serialization of a CSV-encoded object.
*)compressionType : CompressionType.t option;Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.
*)jSON : JSONInput.t option;Specifies JSON as object's input serialization format.
*)parquet : ParquetInput.t option;Specifies Parquet as object's input serialization format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of AllowQuotedRecordDelimiter.t
| `Enum of string
| `String of Comments.t ])
list ])
list ]