Interface RealtimeReconciliationResult<TFeature>Experimental

Result of one RealtimeReconciler.reconcile call.

Type Parameters

  • TFeature = unknown

Properties

For "patch", the transition's incremental changes. For "rebuild", always the full accepted store as "create" changes (plus the triggering event's "delete" changes on a non-reset rebuild), so a derived cache can re-materialize wholesale from the result alone without dropping live features that were not part of the triggering event.

pendingPatchCount: number

Patches accumulated since the last rebuild, including this result. Always 0 immediately after a rebuild.

reset: boolean