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 [SerializableAttribute]
public enum AllDocsMode
Members
| Member name | Value | Description |
---|
| AllDocs | 0 |
Regular mode
|
| IncludeDeleted | 1 |
Include deleted documents in the results
|
| ShowConflicts | 2 |
Include conflicted revisions in the results
|
| OnlyConflicts | 3 |
Include *only* conflicted revisions in the results
|
| BySequence | 4 |
Order by sequence number (i.e. chronologically)
|
See Also