IngestCheckFinished
The IngestCheckFinished
parameter specifies when the connector indicates that ingestion was successful.
- If
IngesterType=CFS
, setting theIngestCheckFinished
parameter toTrue
causes the connector to wait until documents have been added to the index queue before returning success. - If you are sending files to another connector, this connector waits until the action completes. More specifically, the task is held in a queue, and each time the connector attempts to send more data to the destination connector, it checks the status of the previous actions sent and marks those tasks as complete only when the status returns
Finished
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestCheckFinished=True
|
See Also: |