Show / Hide Table of Contents

Enum ReplicatorType

An enum representing the direction of a Replicator

Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
[Flags]
public enum ReplicatorType

Fields

Name Description
Pull

The replication will pull data from remote to local

Push

The replication will push data from local to remote

PushAndPull

The replication will operate in both directions

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX