Skip to main content

Interface: SyncEngineResult

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

Summary of a single sync run.

Properties

appliedRemoteOperations

appliedRemoteOperations: number

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

Count of remote operations applied (after compaction filtering).


emittedLocalOperations

emittedLocalOperations: number

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

Count of operations emitted locally during this run.


mergedEntities

mergedEntities: number

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

Count of non-deleted entities in the merged state.


snapshotKey

snapshotKey: string | null

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

Snapshot key written during this run (if any).