General Source Configuration Properties

Some properties are expected to be common to multiple sources or destination implementations. It is, however, up to any particular source or destination as to whether the property is applicable and how it is specifically implemented. Those properties are defined and described in this topic, so components that choose to implement them can share a common definition. The description of each source or destination which implements these properties should include these properties if they implement them.

Table 3-4 Source Component General Configuration Properties

Complete Property Name Description Default
.import.delete.imported.files

It is up to each source component to decide if this property is to be used.

True indicates Documaker Connector should delete the imported files after they have been successfully imported. This occurs on a time-available basis in a background thread since the batches can be large. How many the thread does at a time is determined by the import.delete.imported.files.count setting. If you set this to False, you must manually delete these files.

True
.import.delete.imported.files.count

It is up to each source component to decide if this property is to be used.

Maximum number of files to delete in a single cycle.

50
.persistence.path The directory which contains any result data that could not be updated to the source system. If the source component cannot relay all the results to the source system (such as the database) this directory is used to save the data if Documaker Connector is shut down. none