Creates a Dataview for a Dataset.
See https://www.paws-r-sdk.com/docs/finspacedata_create_data_view/ for full documentation.
finspacedata_create_data_view(
clientToken = NULL,
datasetId,
autoUpdate = NULL,
sortColumns = NULL,
partitionColumns = NULL,
asOfTimestamp = NULL,
destinationTypeParams
)
A token that ensures idempotency. This token expires in 10 minutes.
[required] The unique Dataset identifier that is used to create a Dataview.
Flag to indicate Dataview should be updated automatically.
Columns to be used for sorting the data.
Ordered set of column names used to partition data.
Beginning time to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
[required] Options that define the destination type for the Dataview.