Values.TsvVersionOptionsSourceThe options for a TSV file.
type nonrec t = {annotationType : AnnotationType.t option;The store version's annotation type.
*)formatToHeader : FormatToHeader.t option;The annotation store version's header key to column name mapping.
*)schema : TsvVersionOptionsSchemaList.t option;The TSV schema for an annotation store version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Map of
([> `String of SchemaItemKeyString.t ] * [> `Enum of string ])
list ]
list
| `Map of
([> `Enum of string ] * [> `String of FormatToHeaderValueString.t ])
list ])
list ]