Click or drag to resize

OperationType Enumeration

An enum representing the operation type that caused a Conflict

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public enum OperationType
Members
  Member nameValueDescription
DatabaseWrite0 A local write operation to a database
PushReplication1 A push replication
PullReplication2 A pull replication
See Also