finspace_get_kx_dataview {paws.management} | R Documentation |
Retrieves details of the dataview
Description
Retrieves details of the dataview.
See https://www.paws-r-sdk.com/docs/finspace_get_kx_dataview/ for full documentation.
Usage
finspace_get_kx_dataview(environmentId, databaseName, dataviewName)
Arguments
environmentId |
[required] A unique identifier for the kdb environment, from where you want to retrieve the dataview details. |
databaseName |
[required] The name of the database where you created the dataview. |
dataviewName |
[required] A unique identifier for the dataview. |
[Package paws.management version 0.9.0 Index]