dataRefreshType property
Specifies whether the data source supports automatic data refresh for the past few days, and how it's supported.
For some data sources, data might not be complete until a few days later, so it's useful to refresh data automatically. Possible string values are:
- "DATA_REFRESH_TYPE_UNSPECIFIED" : The data source won't support data auto refresh, which is default value.
- "SLIDING_WINDOW" : The data source supports data auto refresh, and runs will be scheduled for the past few days. Does not allow custom values to be set for each transfer config.
- "CUSTOM_SLIDING_WINDOW" : The data source supports data auto refresh, and runs will be scheduled for the past few days. Allows custom values to be set for each transfer config.
Implementation
core.String? dataRefreshType;