Show / Hide Table of Contents

Struct ReplicatorProgress

A struct describing the current progress of a Replicator

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