Click or drag to resize

ReplicatorConfigurationReplicatorType Property

A value indicating the direction of the replication. The default is PushAndPull which is bidirectional

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public ReplicatorType ReplicatorType { get; set; }

Property Value

Type: ReplicatorType
See Also