Show / Hide Table of Contents

Struct ReplicatorStatus

A struct describing the current status of a Replicator

Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public struct ReplicatorStatus

Properties

| Improve this Doc View Source

Activity

Gets the current state of the replication (i.e. whether or not it is actively processing changes)

Declaration
public ReplicatorActivityLevel Activity { get; }
Property Value
Type Description
ReplicatorActivityLevel
| Improve this Doc View Source

Error

Gets the last error that occurred, if any

Declaration
public Exception Error { get; }
Property Value
Type Description
Exception
| Improve this Doc View Source

Progress

Gets the current progress of the replication

Declaration
public ReplicatorProgress Progress { get; }
Property Value
Type Description
ReplicatorProgress
  • Improve this Doc
  • View Source
Back to top Generated by DocFX