Click or drag to resize

ReplicationProgress Structure

A struct describing the current progress of an IReplication

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public struct ReplicationProgress

The ReplicationProgress type exposes the following members.

Properties
  NameDescription
Public propertyCompleted
Gets the number of changes that have finished processing
Public propertyTotal
Gets the current count of changes that have been received for processing
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also