LiveInitialPayload
Defined in: packages/client/src/worker/protocol.ts:416
worker → tab: the initial ordered snapshot for a subscription. id correlates the subscribe request.
Properties
Section titled “Properties”hydratingTables?
Section titled “hydratingTables?”
optionalhydratingTables?:string[]
Defined in: packages/client/src/worker/protocol.ts:431
The referenced consistency groups’ member tables (eager OR lazy) that were NOT YET caught up when this
snapshot was taken (ADR-0021 / ADR-0032). Non-empty → the tab builds a hydrated promise the worker
settles via live-hydrated (posted after the catch-up rows on this same port). Absent → every
referenced group was already ready (steady state) or sync is disabled: nothing to hydrate.
lazyTables?
Section titled “lazyTables?”
optionallazyTables?:string[]
Defined in: packages/client/src/worker/protocol.ts:424
The lazy relations the worker’s guard activated for this query (ADR-0021) — the relations held out
of the eager boot set. Observability only: hydratingTables, not this, drives the tab’s
hydrated promise.
queryId
Section titled “queryId”queryId:
string
Defined in: packages/client/src/worker/protocol.ts:417
rows:
Record<string,unknown>[]
Defined in: packages/client/src/worker/protocol.ts:418