Click or drag to resize

ReplicationCompletedChangesCount Property

If the Replication is active, gets the number of completed changes that have been processed, otherwise 0.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public int CompletedChangesCount { get; }

Property Value

Type: Int32
The completed changes count.
See Also