LogoRobo.js
Framework

applyCatalogSetDelta()

Function: applyCatalogSetDelta()

function applyCatalogSetDelta(
   adapter, 
   catalogKey, 
   id, 
chunkId): Promise<void>

Recovery-aware catalog set.

During recovery, we need to apply catalog deltas at the raw adapter level. This helper manages the catalog structure.

Parameters

ParameterType
adapterFlashcoreAdapter<string, unknown>
catalogKeystring
idstring
chunkIdnumber

Returns

Promise<void>

On this page