finspacedata_update_dataset: Updates a FinSpace Dataset

View source: R/finspacedata_operations.R

finspacedata_update_datasetR Documentation

Updates a FinSpace Dataset

Description

Updates a FinSpace Dataset.

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

Usage

finspacedata_update_dataset(
  clientToken = NULL,
  datasetId,
  datasetTitle,
  kind,
  datasetDescription = NULL,
  alias = NULL,
  schemaDefinition = NULL
)

Arguments

clientToken

A token that ensures idempotency. This token expires in 10 minutes.

datasetId

[required] The unique identifier for the Dataset to update.

datasetTitle

[required] A display title for the Dataset.

kind

[required] The format in which the Dataset data is structured.

  • TABULAR – Data is structured in a tabular format.

  • NON_TABULAR – Data is structured in a non-tabular format.

datasetDescription

A description for the Dataset.

alias

The unique resource identifier for a Dataset.

schemaDefinition

Definition for a schema on a tabular Dataset.


paws.storage documentation built on May 29, 2024, 2:03 a.m.