Show / Hide Table of Contents

Struct ReplicatorStatus

A struct describing the current status 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 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 readonly ReplicatorActivityLevel Activity { get; }
Property Value
Type Description
ReplicatorActivityLevel
| Improve this Doc View Source

Error

Gets the last error that occurred, if any

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

Progress

Gets the current progress of the replication

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