Skip to content

CURSOR_STRATEGIES

const CURSOR_STRATEGIES: readonly ["date", "idSet", "none", "highWaterId", "opaqueToken", "snapshot", "mtime", "rowid"];

The resume strategy a source declares; the value itself lives in the feed’s cursor between runs. date, idSet and none are the three the SDK’s Cursor type carries today; the rest are declared shapes for feeds that resume by token, by row, or by whole-snapshot comparison.