View source: R/finspace_operations.R
finspace_create_kx_changeset | R Documentation |
Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_changeset/ for full documentation.
finspace_create_kx_changeset(
environmentId,
databaseName,
changeRequests,
clientToken
)
environmentId |
[required] A unique identifier of the kdb environment. |
databaseName |
[required] The name of the kdb database. |
changeRequests |
[required] A list of change request objects that are run in order. A change request
object consists of
All the change requests require a mandatory Here are few examples of how you can use the change request object:
|
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.