finspace_create_kx_database {paws.management} | R Documentation |
Creates a new kdb database in the environment
Description
Creates a new kdb database in the environment.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_database/ for full documentation.
Usage
finspace_create_kx_database(
environmentId,
databaseName,
description = NULL,
tags = NULL,
clientToken
)
Arguments
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. |
[Package paws.management version 0.9.0 Index]