Values.OutputSerializationSourceDescribes how results of the Select job are serialized.
type nonrec t = {cSV : CSVOutput.t option;Describes the serialization of CSV-encoded Select results.
*)jSON : JSONOutput.t option;Specifies JSON as request's output serialization format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of QuoteEscapeCharacter.t ])
list ])
list ]