finspacedata_update_dataset {paws.storage} | R 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.
|
datasetDescription |
A description for the Dataset. |
alias |
The unique resource identifier for a Dataset. |
schemaDefinition |
Definition for a schema on a tabular Dataset. |
[Package paws.storage version 0.9.0 Index]