Show / Hide Table of Contents

Struct ReplicatorStatus

A struct describing the current status 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 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
System.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