View source: R/finspace_operations.R
finspace_update_kx_dataview | R Documentation |
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
)
environmentId |
[required] A unique identifier for the kdb environment, where you want to update the dataview. |
databaseName |
[required] The name of the database. |
dataviewName |
[required] The name of the dataview that you want to update. |
description |
The description for a dataview. |
changesetId |
A unique identifier for the changeset. |
segmentConfigurations |
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 |
[required] A token that ensures idempotency. This token expires in 10 minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.