DataSetLookbackWindow

data class DataSetLookbackWindow(val columnName: String, val size: Double, val sizeUnit: DataSetLookbackWindowSizeUnit)

The lookback window setup of an incremental refresh configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the lookback window column.

Link copied to clipboard

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 .