Click or drag to resize

QueryOptionsGetAllDocsMode Method

Note: This API is now obsolete.

Get the all document query mode for this query

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public AllDocsMode GetAllDocsMode()

Return Value

Type: AllDocsMode
The all document query mode.
Remarks
Naturally, this only applies to _all_docs queries
See Also