cannectors

statePersistence

statePersistence configuration for the httpPolling module.

propertytypedefaultdescription
timestamp
objectTimestamp-based state persistence.
  • enabled · booleanEnable timestamp persistence.
  • queryParam · stringQuery parameter name for API filtering (e.g., 'updated_after').
id
objectID-based state persistence.
  • enabled · booleanEnable ID persistence.
  • field · stringField path to extract ID from records (supports dot notation).
  • queryParam · stringQuery parameter name for API filtering (e.g., 'last_id').
storagePath
stringCustom storage directory path for state files.