Values_1.PartitionIndexSourceA structure for a partition index.
type nonrec t = {keys : KeyList.t;The keys for the partition index.
*)indexName : Values_0.NameString.t;The name of the partition index.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.NameString.t ])
list ]