finspace_list_kx_dataviews: Returns a list of all the dataviews in the database

View source: R/finspace_operations.R

finspace_list_kx_dataviewsR Documentation

Returns a list of all the dataviews in the database

Description

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.

Usage

finspace_list_kx_dataviews(
  environmentId,
  databaseName,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

environmentId

[required] A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.

databaseName

[required] The name of the database where the dataviews were created.

nextToken

A token that indicates where a results page should begin.

maxResults

The maximum number of results to return in this request.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.