ReplicatorConfiguration Class |
Namespace: Couchbase.Lite.Sync
public sealed class ReplicatorConfiguration
The ReplicatorConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ReplicatorConfiguration |
Default constructor
|
Name | Description | |
---|---|---|
ConflictResolver |
Gets or sets the object to use when resolving incoming conflicts. The default
is null which will set up the default algorithm of the most active revision
| |
Continuous |
Gets or sets whether or not the Replicator should stay
active indefinitely. The default is false | |
Database |
Gets or sets the local database participating in the replication. This property
is required to create an Replicator | |
Options |
Gets or sets extra options affecting replication.
| |
ReplicatorType |
A value indicating the direction of the replication. The default is
PushAndPull which is bidirectional
| |
Target |
Gets or sets the target to replicate with. This property
is required to create an Replicator |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |