IViewQuery Keys Method (IEnumerable)Couchbase .NET SDK 2.0
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.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
IViewQuery Keys(
	IEnumerable keys
)

Parameters

keys
Type: System.Collections IEnumerable
The keys to retrieve

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also