Click or drag to resize

ReplicationStatus Enumeration

Describes the status of a Replication.
NameDescription
Stopped The Replication is finished or hit a fatal error.
Offline The remote host is currently unreachable.
Idle The continuous Replication is caught up and waiting for more changes.
Active The Replication is actively transferring data.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public enum ReplicationStatus
Members
  Member nameValueDescription
Stopped0 The Replication is finished or hit a fatal error.
Offline1 The remote host is currently unreachable.
Idle2 The continuous Replication is caught up and waiting for more changes.
Active3 The Replication is actively transferring data.
See Also