SynchronizationState

data class SynchronizationState(val phase: SynchronizationPhase, val untilTimestamp: Long, val pageLimit: UInt, val haveCount: UInt, val needCount: UInt, val requestedCount: UInt, val committedCount: UInt)

Redacted progress for the synchronization owned by the active transport run.

Constructors

Link copied to clipboard
constructor(phase: SynchronizationPhase, untilTimestamp: Long, pageLimit: UInt, haveCount: UInt, needCount: UInt, requestedCount: UInt, committedCount: UInt)

Properties

Link copied to clipboard

Missing events authenticated and committed.

Link copied to clipboard

Local snapshot items.

Link copied to clipboard

Remote items identified as missing locally.

Link copied to clipboard

Maximum events requested per bounded page.

Link copied to clipboard

Current synchronization phase.

Link copied to clipboard

Missing events requested from the relay.

Link copied to clipboard

Inclusive upper event timestamp in Unix seconds.