Data change probe
data_versionCheck the global change counter to see if any data has changed since your last check. Use it to skip re-reading collections 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 |