Module Values_1.UniqueKeySource

A UniqueKey configuration that references a dataset column.

Sourcetype nonrec t = {
  1. columnNames : UniqueKeyColumnNameList.t;
    (*

    The name of the column that is referenced in the UniqueKey configuration.

    *)
}
Sourceval context_ : string
Sourceval make : columnNames:UniqueKeyColumnNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.ColumnName.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t