View source: R/finspace_operations.R
finspace_create_kx_database | R Documentation |
Creates a new kdb database in the environment.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_database/ for full documentation.
finspace_create_kx_database(
environmentId,
databaseName,
description = NULL,
tags = NULL,
clientToken
)
environmentId |
[required] A unique identifier for the kdb environment. |
databaseName |
[required] The name of the kdb database. |
description |
A description of the database. |
tags |
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database |
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.