Data change probe
data_versionCheck for data changes by comparing a global sequence counter and sub-counters, allowing you to skip re-reading when nothing has changed.
Instructions
The cheapest possible change check: returns the global change counter (seq) plus settings/files sub-counters. If seq hasn't moved since you last looked, NOTHING changed anywhere — skip re-reading. Widgets use this for adaptive polling; you can too before re-listing a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seq | Yes | ||
| files_version | Yes | ||
| schema_version | Yes | ||
| settings_version | Yes |