Sync Job Run State Object
Properties
created_atstring · date-time
Time at which the state entry was first created.
Example:
2023-01-01T10:00:00.000Zkeystring
Key for this state entry. Unique within the namespace identified by state_key.
Example:
last_processed_idsync_job_run_idstring · uuid
The ID of the sync job run that wrote this entry, if any.
Example:
4a4de828-f4db-4c9e-adfd-434e0864c3c7updated_atstring · date-time
Time at which the state entry was last updated.
Example:
2023-01-02T10:00:00.000Zvaluestring
The stored value. Encode structured data (for example, JSON) as a string before storing.
Example:
eyJpZCI6IjEyMzQ1IiwidGltZXN0YW1wIjoiMjAyMy0wMS0wMVQwMDowMDowMFoifQ==