Values.UpdateKxDataviewRequestSourceUpdates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations
type nonrec t = {environmentId : EnvironmentId.t;A unique identifier for the kdb environment, where you want to update the dataview.
*)databaseName : DatabaseName.t;The name of the database.
*)dataviewName : KxDataviewName.t;The name of the dataview that you want to update.
*)description : Description.t option;The description for a dataview.
*)changesetId : ChangesetId.t option;A unique identifier for the changeset.
*)segmentConfigurations : KxDataviewSegmentConfigurationList.t option;The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
*)clientToken : ClientTokenString.t;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?description:??? ->
?changesetId:??? ->
?segmentConfigurations:??? ->
environmentId:EnvironmentId.t ->
databaseName:DatabaseName.t ->
dataviewName:KxDataviewName.t ->
clientToken:ClientTokenString.t ->
unit ->
tval 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 EnvironmentId.t ])
list ]