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)
Syntaxpublic IViewQuery Keys(
IEnumerable keys
)
Public Function Keys (
keys As IEnumerable
) As IViewQuery
public:
virtual IViewQuery^ Keys(
IEnumerable^ keys
) sealed
abstract Keys :
keys : IEnumerable -> IViewQuery
override Keys :
keys : IEnumerable -> IViewQuery
Parameters
- keys
- Type: System.CollectionsIEnumerable
The keys to retrieve
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryKeys(IEnumerable)
See Also