Name | Type | Default value | Description |
---|---|---|---|
synchronous | boolean | ||
closeTimeoutMS | int | ||
batchTimeoutMS | int | 1000 | |
minBatchSize | int | 50 | |
maxBatchSize | int | 250 | |
maxQueueSize | int | 250 | |
publishedFields | string | ||
driver | string | JDBC driver fully qualified Java class name. | |
connectionString | string | JDBC connection string. This is vendor specific. | |
login | string | Login for the database connection. | |
password | string | Password for the database connection. | |
table | string | Table where data must be inserted. | |
insertQuery | string | Query used to insert data in the table. |