Struct ReplicatorProgress
A struct describing the current progress of a Replicator
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public struct ReplicatorProgress
Properties
| Improve this Doc View SourceCompleted
Gets the number of changes that have finished processing
Declaration
public ulong Completed { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Total
Gets the current count of changes that have been received for processing
Declaration
public ulong Total { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |