Interface RealtimeReconciledCacheSnapshot<TFeature>Experimental

Snapshot returned by RealtimeReconciledCache.snapshot / .apply.

interface RealtimeReconciledCacheSnapshot<TFeature> {
    features: readonly TFeature[];
    version: RealtimeReconciliationVersion;
}

Type Parameters

  • TFeature = unknown

Properties

Properties

features: readonly TFeature[]

Insertion-ordered (creation order; unaffected by updates) live features.

The cursor/sequence this snapshot reflects — see realtimeReconciliationVersion.