Click or drag to resize

QueryOptionsAllDocsMode Property

Gets or sets the options for an _all_docs query

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public AllDocsMode AllDocsMode { get; set; }

Property Value

Type: AllDocsMode
All documents mode.
See Also