incremental
incremental configuration for the database module.
← databaseobject
| property | type | default | description |
|---|---|---|---|
enabled | boolean | false | Enable incremental queries. |
timestampField | string | — | Record field persisted as the incremental timestamp. Consumed by the query through the state.lastRunTimestamp parameter expression. |
idField | string | — | Record field persisted as the incremental ID. Consumed by the query through the state.lastRunId parameter expression. |