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 public int CompletedChangesCount { get; }
Property Value
Type:
Int32The completed changes count.
See Also