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)
Syntaxpublic IViewQuery Key(
Object key
)
Public Function Key (
key As Object
) As IViewQuery
public:
virtual IViewQuery^ Key(
Object^ key
) sealed
abstract Key :
key : Object -> IViewQuery
override Key :
key : Object -> IViewQuery
Parameters
- key
- Type: SystemObject
The key to retrieve
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryKey(Object)
See Also