finspace_update_kx_dataview: Updates the specified dataview

View source: R/finspace_operations.R

finspace_update_kx_dataviewR Documentation

Updates the specified dataview

Description

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.

Usage

finspace_update_kx_dataview(
  environmentId,
  databaseName,
  dataviewName,
  description = NULL,
  changesetId = NULL,
  segmentConfigurations = NULL,
  clientToken
)

Arguments

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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.