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 SourceActivity
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 |
Error
Gets the last error that occurred, if any
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception |
Progress
Gets the current progress of the replication
Declaration
public ReplicatorProgress Progress { get; }
Property Value
Type | Description |
---|---|
ReplicatorProgress |