Click or drag to resize

ReplicatorType Enumeration

An enum representing the direction of a Replicator

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
[FlagsAttribute]
public enum ReplicatorType
Members
  Member nameValueDescription
Push1 The replication will push data from local to remote
Pull2 The replication will pull data from remote to local
PushAndPull3 The replication will operate in both directions
See Also