Show / Hide Table of Contents

Struct ReplicatorProgress

A struct describing the current progress of a Replicator

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public struct ReplicatorProgress

Properties

| Improve this Doc View Source

Completed

Gets the number of changes that have finished processing

Declaration
public readonly ulong Completed { get; }
Property Value
Type Description
ulong
| Improve this Doc View Source

Total

Gets the current count of changes that have been received for processing

Declaration
public readonly ulong Total { get; }
Property Value
Type Description
ulong
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX