MaxDeletionPercentage
The MaxDeletionPercentage
parameter can be used to disable document deletion.
When the synchronize
action does not see a file that it has seen before, it assumes that the file has been deleted. If the connector is fetching from a shared drive and that drive goes offline, then all of its files will be seen as deleted. The documents representing those files would then be deleted from your text index.
The connector does not send delete commands when the percentage of files found to have been deleted is greater than the value of this parameter.
Type: | Integer |
Default: | 99 |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | MaxDeletionPercentage=100
|
See Also: |