Click or drag to resize

ReplicationChangesCount Property

If the Replication is active, gets the number of changes to be processed, otherwise 0.

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

Property Value

Type: Int32
The changes count.
See Also