Click or drag to resize

AllDocsMode Enumeration

Options for specifying the mode that an all documents query should run in

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public enum AllDocsMode
Members
  Member nameValueDescription
AllDocs0 Regular mode
IncludeDeleted1 Include deleted documents in the results
ShowConflicts2 Include conflicted revisions in the results
OnlyConflicts3 Include *only* conflicted revisions in the results
BySequence4 Order by sequence number (i.e. chronologically)
See Also