Lists all the volumes in a kdb environment
Source:R/finspace_operations.R
finspace_list_kx_volumes.RdLists all the volumes in a kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_list_kx_volumes/ for full documentation.
Usage
finspace_list_kx_volumes(
environmentId,
maxResults = NULL,
nextToken = NULL,
volumeType = NULL
)Arguments
- environmentId
[required] A unique identifier for the kdb environment, whose clusters can attach to the volume.
- maxResults
The maximum number of results to return in this request.
- nextToken
A token that indicates where a results page should begin.
- volumeType
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.