Skip to main content

Interface: SyncEngineResult

Defined in: electron/services/sync/SyncEngine.ts:98

Summary of a single sync run.

Properties

appliedRemoteOperations

appliedRemoteOperations: number;

Defined in: electron/services/sync/SyncEngine.ts:100

Count of remote operations applied (after compaction filtering).


emittedLocalOperations

emittedLocalOperations: number;

Defined in: electron/services/sync/SyncEngine.ts:102

Count of operations emitted locally during this run.


mergedEntities

mergedEntities: number;

Defined in: electron/services/sync/SyncEngine.ts:104

Count of non-deleted entities in the merged state.


snapshotKey

snapshotKey: string | null;

Defined in: electron/services/sync/SyncEngine.ts:106

Snapshot key written during this run (if any).