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.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- keys
- Type: System.Collections.IEnumerable
The keys to retrieve
Return Value
Type: IViewQueryAn IViewQuery object for chaining
