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
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Export ( ) : Newtonsoft.Json.Linq.JObject

Method Details

Export() public méthode

public Export ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject