Interface: SyncEngineResult
Defined in: electron/services/sync/SyncEngine.ts:81
Summary of a single sync run.
Properties
appliedRemoteOperations
appliedRemoteOperations:
number
Defined in: electron/services/sync/SyncEngine.ts:83
Count of remote operations applied (after compaction filtering).
emittedLocalOperations
emittedLocalOperations:
number
Defined in: electron/services/sync/SyncEngine.ts:85
Count of operations emitted locally during this run.
mergedEntities
mergedEntities:
number
Defined in: electron/services/sync/SyncEngine.ts:87
Count of non-deleted entities in the merged state.
snapshotKey
snapshotKey:
string|null
Defined in: electron/services/sync/SyncEngine.ts:89
Snapshot key written during this run (if any).