UseIncrementalStatements

The UseIncrementalStatements parameter specifies whether to run queries that identify new/updated and deleted records.

Using incremental mode can be more efficient if the database has items stored by modified date, because the connector doesn't need to rescan the entire database.

Type: Boolean
Default: False
Required: No
Configuration Section: TaskName or FetchTasks
Example: UseIncrementalStatements=True
See Also:

InitialStatement

AddedAndUpdatedStatement

DeletedStatement