Values.SelectObjectContentEventStreamSourceThe container for selecting objects from a content event stream.
type nonrec t = {records : RecordsEvent.t option;The Records Event.
*)stats : StatsEvent.t option;The Stats Event.
*)progress : ProgressEvent.t option;The Progress Event.
*)cont : ContinuationEvent.t option;The Continuation Event.
*)end_ : EndEvent.t option;The End Event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of Body.t
| `Structure of (string * [> `Long of BytesScanned.t ]) list ])
list ])
list ]