DataSetLookbackWindowArgs

data class DataSetLookbackWindowArgs(val columnName: Output<String>, val size: Output<Double>, val sizeUnit: Output<DataSetLookbackWindowSizeUnit>) : ConvertibleToJava<DataSetLookbackWindowArgs>

The lookback window setup of an incremental refresh configuration.

Constructors

Link copied to clipboard
constructor(columnName: Output<String>, size: Output<Double>, sizeUnit: Output<DataSetLookbackWindowSizeUnit>)

Properties

Link copied to clipboard
val columnName: Output<String>

The name of the lookback window column.

Link copied to clipboard
val size: Output<Double>

The lookback window column size.

Link copied to clipboard

The size unit that is used for the lookback window column. Valid values for this structure are HOUR , DAY , and WEEK .

Functions

Link copied to clipboard
open override fun toJava(): DataSetLookbackWindowArgs