Name | Type | Default value | Description |
---|---|---|---|
synchronous | boolean | ||
closeTimeoutMS | int | ||
batchTimeoutMS | int | 1000 | |
minBatchSize | int | 50 | |
maxBatchSize | int | 250 | |
maxQueueSize | int | 250 | |
publishedFields | string | ||
schema | string | ||
rotationCron | string | 0 0 0 * * ? | Quartz Cron expression to force a rotation. A rotation is also triggered every time a collection is queried. |
maxRowCount | long | 100000 | Maximum count of line in the database. When this size is reached the oldest records are discarded. 0 means there is no limit to the database size. |