finspacedata_create_data_view: Creates a Dataview for a Dataset

View source: R/finspacedata_operations.R

finspacedata_create_data_viewR Documentation

Creates a Dataview for a Dataset

Description

Creates a Dataview for a Dataset.

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

Usage

finspacedata_create_data_view(
  clientToken = NULL,
  datasetId,
  autoUpdate = NULL,
  sortColumns = NULL,
  partitionColumns = NULL,
  asOfTimestamp = NULL,
  destinationTypeParams
)

Arguments

clientToken

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

datasetId

[required] The unique Dataset identifier that is used to create a Dataview.

autoUpdate

Flag to indicate Dataview should be updated automatically.

sortColumns

Columns to be used for sorting the data.

partitionColumns

Ordered set of column names used to partition data.

asOfTimestamp

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.

destinationTypeParams

[required] Options that define the destination type for the Dataview.


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