statePersistence
statePersistence configuration for the httpPolling module.
| property | type | default | description |
|---|
timestamp | object | — | Timestamp-based state persistence.- enabled · boolean— Enable timestamp persistence.
- queryParam · string— Query parameter name for API filtering (e.g., 'updated_after').
|
id | object | — | ID-based state persistence.- enabled · boolean— Enable ID persistence.
- field · string— Field path to extract ID from records (supports dot notation).
- queryParam · string— Query parameter name for API filtering (e.g., 'last_id').
|
storagePath | string | — | Custom storage directory path for state files. |