ReplicationProgress Structure |
Namespace: Couchbase.Lite.Sync
public struct ReplicationProgress
The ReplicationProgress type exposes the following members.
| Name | Description | |
|---|---|---|
| Completed |
Gets the number of changes that have finished processing
| |
| Total |
Gets the current count of changes that have been received for
processing
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |