ReplicationStatus Enumeration |
Describes the status of a
Replication.
Name | Description |
---|
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 [SerializableAttribute]
public enum ReplicationStatus
Members
| Member name | Value | Description |
---|
| Stopped | 0 |
The Replication is finished or hit a fatal error.
|
| Offline | 1 |
The remote host is currently unreachable.
|
| Idle | 2 |
The continuous Replication is caught up and
waiting for more changes.
|
| Active | 3 |
The Replication is actively transferring data.
|
See Also