Returns a list of all the dataviews in the database.
See https://www.paws-r-sdk.com/docs/finspace_list_kx_dataviews/ for full documentation.
finspace_list_kx_dataviews(
environmentId,
databaseName,
nextToken = NULL,
maxResults = NULL
)
[required] A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
[required] The name of the database where the dataviews were created.
A token that indicates where a results page should begin.
The maximum number of results to return in this request.