Standard Source Configuration Properties
The following list of properties is available to any source implementation. Any additional properties needed by the implementation should be documented in the implementation’s guide.
| Name | Description | Default |
|---|---|---|
| source.name | The fully qualified name of the source implementation | - |
| source.administration.name | The fully qualified name of the SourceAdministration implementation | - |
| source.count | The number of instances of the source implementation to create | 1 |
| source.max.records | The maximum number of documents to return when the getMetaData method is called | 1 |
| source.administration.cleanupwait | The number of seconds between source system cleanup calls. | 10 |
| source.import.delete.imported.files | Delete the imported files from the file system. | True |
| source.import.delete.imported.files.count | The number of files to be deleted during each cleanUp call. | 50 |
| source.persistence.path | The directory path to contain any result data that cannot be updated in the source system. | - |