Values.TsvStoreOptionsSourceFile settings for a TSV store.
type nonrec t = {annotationType : AnnotationType.t option;The store's annotation type.
*)formatToHeader : FormatToHeader.t option;The store's header key to column name mapping.
*)schema : TsvStoreOptionsSchemaList.t option;The store's schema.
*)}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 ]