ViewQuery EndKey Method (Object, Boolean)Couchbase .NET SDK 2.1.0 Documentation
Stop returning records when the specified key is reached. Key must be specified as a JSON value.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IViewQuery EndKey(
	Object endKey,
	bool encode
)

Parameters

endKey
Type: System Object
The key to stop at
encode
Type: System Boolean
True to JSON encode and URI escape the value.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery EndKey(Object, Boolean)
See Also