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
)
[required] A unique identifier for the kdb environment.
[required] The name of the kdb database.
A description of the database.
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
[required] A token that ensures idempotency. This token expires in 10 minutes.