Return only documents that match each of keys specified within the given array. Key must be specified as a JSON value. Sorting is not applied when using this option.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery Keys(
IEnumerable keys
)
Function Keys (
keys As IEnumerable
) As IViewQuery
IViewQuery^ Keys(
IEnumerable^ keys
)
abstract Keys :
keys : IEnumerable -> IViewQuery
Parameters
- keys
- Type: System.CollectionsIEnumerable
The keys to retrieve
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also