Values.KxDataviewConfigurationSourceThe structure that stores the configuration details of a dataview.
type nonrec t = {dataviewName : KxDataviewName.t option;The unique identifier of the dataview.
*)dataviewVersionId : VersionId.t option;The version of the dataview corresponding to a given changeset.
*)changesetId : ChangesetId.t option;A unique identifier for the changeset.
*)segmentConfigurations : KxDataviewSegmentConfigurationList.t option;The db path and volume configuration for the segmented database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of [> `String of DbPath.t ] list
| `String of KxVolumeName.t ])
list ]
list
| `String of KxDataviewName.t ])
list ]