Skip to content

LiveInitialPayload

Defined in: packages/client/src/worker/protocol.ts:416

worker → tab: the initial ordered snapshot for a subscription. id correlates the subscribe request.

optional hydratingTables?: 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.


optional lazyTables?: 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: string

Defined in: packages/client/src/worker/protocol.ts:417


rows: Record<string, unknown>[]

Defined in: packages/client/src/worker/protocol.ts:418