IReplication Interface |
Namespace: Couchbase.Lite.Sync
public interface IReplication : IDisposable
The IReplication type exposes the following members.
| Name | Description | |
|---|---|---|
| Continuous |
Gets or sets whether or not this replication should be continuous.
Non-continuous replications stop when they finish processing their
initial set of changes
| |
| Database |
Gets the local Database associated with this replication
| |
| LastError |
Gets the most recent error associated with this replication
| |
| OtherDatabase |
Gets the remote Database being replicated to, if this is
a local replication.
| |
| Pull |
Gets or sets whether or not this replication should perform pull operations
from the remote dataset
| |
| Push |
Gets or sets whether or not this replication should perform push operations
from the remote dataset
| |
| RemoteUrl |
Gets the URL of the remote database being replicated to, if this is
a network replication
| |
| Status |
Gets the current status of the IReplication |
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IDisposable.) | |
| Start |
Starts the replication
| |
| Stop |
Stops the replication
|
| Name | Description | |
|---|---|---|
| StatusChanged |
An event that fires when the replication's status changes
|