Values.ClusteringKeySourceThe optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.
type nonrec t = {name : GenericString.t;The name(s) of the clustering column(s).
*)orderBy : SortOrder.t;Sets the ascendant (ASC) or descendant (DESC) order modifier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GenericString.t ]) list ]