DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindowArgs

data class DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindowArgs(val columnName: Output<String>, val size: Output<Int>, val sizeUnit: Output<String>) : ConvertibleToJava<DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindowArgs>

Constructors

constructor(columnName: Output<String>, size: Output<Int>, sizeUnit: Output<String>)

Properties

Link copied to clipboard
val columnName: Output<String>

The name of the lookback window column.

Link copied to clipboard
val size: Output<Int>

The lookback window column size.

Link copied to clipboard
val sizeUnit: Output<String>

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(): DataSetRefreshPropertiesRefreshConfigurationIncrementalRefreshLookbackWindowArgs