Interface: LoadSessionOptions
Options forSessionIndex.loadIndex() when pulling an
existing cloud index into a session.
Properties
| Property | Type | Description |
|---|---|---|
autoRefresh? | boolean | When true, the SDK starts a background poller that pulls newer cloud versions of this index into the session at the configured interval. Paused automatically while the session has un-pushed local edits. Default false |
pollingIntervalInSeconds? | number | Poll interval in seconds. Only used when autoRefresh is true. Default 600 (10 minutes) |