C# Class Couchbase.Search.Queries.Simple.MatchAllQuery

A match all query matches all documents in the index. It can take search parameters as other queries, so this can be restricted (eg. with limit).
Inheritance: FtsQueryBase
Show file Open project: couchbase/couchbase-net-client Class Usage Examples

Public Methods

Method Description
Export ( ) : Newtonsoft.Json.Linq.JObject

Method Details

Export() public method

public Export ( ) : Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json.Linq.JObject