Incremental Synchronize
The Incremental parameter specifies whether to run the connector in incremental mode.
- In non-incremental mode, when
Incremental=False
, the connector retrieves all documents every time the synchronize task runs. - In incremental mode, when
Incremental=True
, the connector only retrieves new, modified, and deleted documents.
The other parameters in this section are used to configure incremental mode.