SupportsIncremental
A Boolean value that specifies whether the IBM Seedlist server supports the timestamp parameter in requests for documents.
- If you set this parameter to
TRUEthe connector adds this parameter to queries so that it can perform incremental synchronization. This is more efficient because the connector does not need to retrieve documents unless they have changed. - If you set this parameter to
FALSEthe connector retrieves every document on every synchronize cycle.
| Type: | Boolean |
| Default: | True |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks or Default |
| Example: | SupportsIncremental=FALSE
|
| See Also: |