Client.QuerySourcetype value = [ | `Blob of string| `Boolean of bool| `Double of Import.Float.t| `Enum of string| `Float of Import.Float.t| `Integer of int| `List of value list| `Long of Import.Int64.t| `Map of (value * value) list| `String of string| `Structure of (string * value) list| `Timestamp of string ]