IDOL NiFi Ingest Connectors support some properties which you can use to customize the behavior of the processor. These properties are supported by all connectors.
Property Name | Description | Default |
---|---|---|
adv:ConnectionValidation
|
A Boolean value that specifies whether the connector validates its connection to the repository using any connection details or credentials you have provided. When this feature is enabled the connector provides a warning if the connection is not successful. | True |
adv:IngestBatchSize
|
The number of documents to create before releasing a batch of documents to the outgoing queue. | 100 |
adv:Threads
|
The number of threads to use for synchronization. By default a connector uses up to five threads. The connector might be able to synchronize with the repository in less time if you increase the value, but this places additional load on the repository because it must respond to more frequent requests. | 5 |
To set an advanced property
Right-click the processor and click Configure.
The Configure Processor dialog box opens.
Click Add .
The Add Property dialog box opens.
To remove an advanced property, find it in the properties list and click the delete icon .
|