View source: R/finspace_operations.R
finspace_update_kx_volume | R Documentation |
Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_volume/ for full documentation.
finspace_update_kx_volume(
environmentId,
volumeName,
description = NULL,
clientToken = NULL,
nas1Configuration = NULL
)
environmentId |
[required] A unique identifier for the kdb environment where you created the storage volume. |
volumeName |
[required] A unique identifier for the volume. |
description |
A description of the volume. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
nas1Configuration |
Specifies the configuration for the Network attached storage (NAS_1) file system volume. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.