Show / Hide Table of Contents

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 Source

Completed

Gets the number of changes that have finished processing

Declaration
public readonly ulong Completed { get; }
Property Value
Type Description
System.UInt64
| 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
System.UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX