Values_1.LookbackWindowSourceThe lookback window setup of an incremental refresh configuration.
type nonrec t = {columnName : Values_0.String_.t;The name of the lookback window column.
*)size : PositiveLong.t;The lookback window column size.
*)sizeUnit : LookbackWindowSizeUnit.t;The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.
*)}val make :
columnName:Values_0.String_.t ->
size:PositiveLong.t ->
sizeUnit:LookbackWindowSizeUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of PositiveLong.t
| `String of Values_0.String_.t ])
list ]