FlowSourceFlowConfigIncrementalPullConfig constructor
const
FlowSourceFlowConfigIncrementalPullConfig({
- Input<
String?> ? datetimeTypeFieldName,
Creates a new FlowSourceFlowConfigIncrementalPullConfig.
datetimeTypeFieldName Field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
Implementation
const FlowSourceFlowConfigIncrementalPullConfig({
this.datetimeTypeFieldName,
});