Return only documents that match the specified key. Key must be specified as a JSON value.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery Key(
Object key
)
Function Key (
key As Object
) As IViewQuery
IViewQuery^ Key(
Object^ key
)
abstract Key :
key : Object -> IViewQuery
Parameters
- key
- Type: SystemObject
The key to retrieve
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also