CreateDataViewRequest

Request for creating a data view.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Flag to indicate Dataview should be updated automatically.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Options that define the destination type for the Dataview.

Link copied to clipboard

Ordered set of column names used to partition data.

Link copied to clipboard

Columns to be used for sorting the data.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String