Values_1.IncrementalRefreshSourceThe incremental refresh configuration for a dataset.
type nonrec t = {lookbackWindow : LookbackWindow.t;The lookback window setup for an incremental refresh configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of PositiveLong.t
| `String of Values_0.String_.t ])
list ])
list ]