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 public AllDocsMode AllDocsMode { get; set; }
Property Value
Type:
AllDocsModeAll documents mode.
See Also