ViewQuery.Key Method (Object)Couchbase .NET SDK 2.0
Return only documents that match the specified key. Key must be specified as a JSON value.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IViewQuery Key(
	Object key
)

Parameters

key
Type: System.Object
The key to retrieve

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery.Key(Object)
See Also