Learn R Programming

paws.management (version 0.9.0)

finspace_list_kx_changesets: Returns a list of all the changesets for a database

Description

Returns a list of all the changesets for a database.

See https://www.paws-r-sdk.com/docs/finspace_list_kx_changesets/ for full documentation.

Usage

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

Arguments

environmentId

[required] A unique identifier for the kdb environment.

databaseName

[required] The name of the kdb database.

nextToken

A token that indicates where a results page should begin.

maxResults

The maximum number of results to return in this request.