LookbackWindow

The lookback window setup of an incremental refresh configuration.

Types

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

Properties

Link copied to clipboard

The name of the lookback window column.

Link copied to clipboard
val size: Long

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
inline fun copy(block: LookbackWindow.Builder.() -> Unit = {}): LookbackWindow
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