View source: R/finspace_operations.R
finspace_create_kx_dataview | R Documentation |
Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_dataview/ for full documentation.
finspace_create_kx_dataview(
environmentId,
databaseName,
dataviewName,
azMode,
availabilityZoneId = NULL,
changesetId = NULL,
segmentConfigurations = NULL,
autoUpdate = NULL,
readWrite = NULL,
description = NULL,
tags = NULL,
clientToken
)
environmentId |
[required] A unique identifier for the kdb environment, where you want to create the dataview. |
databaseName |
[required] The name of the database where you want to create a dataview. |
dataviewName |
[required] A unique identifier for the dataview. |
azMode |
[required] The number of availability zones you want to assign per volume.
Currently, FinSpace only supports |
availabilityZoneId |
The identifier of the availability zones. |
changesetId |
A unique identifier of the changeset that you want to use to ingest data. |
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. |
autoUpdate |
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false. |
readWrite |
The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.
|
description |
A description of the dataview. |
tags |
A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview. |
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.