UseChangeLogIfSupported
Specifies how the connector finds updated and deleted documents:
- The default behavior specifies that the connector uses the change log for a repository to find changes.
- To force the connector to crawl the repository and find changes based on modified dates, set this parameter to
FALSE
.
NOTE: The connector cannot use the change log when you set the parameter CmisQuery. If you set the CmisQuery parameter the connector must run the query and check whether the returned documents have changed.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | UseChangeLogIfSupported=FALSE
|
See Also: |