Updates 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
See https://www.paws-r-sdk.com/docs/finspace_update_kx_dataview/ for full documentation.
finspace_update_kx_dataview(
environmentId,
databaseName,
dataviewName,
description = NULL,
changesetId = NULL,
segmentConfigurations = NULL,
clientToken
)
[required] A unique identifier for the kdb environment, where you want to update the dataview.
[required] The name of the database.
[required] The name of the dataview that you want to update.
The description for a dataview.
A unique identifier for the changeset.
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.
[required] A token that ensures idempotency. This token expires in 10 minutes.