Stop returning records when the specified key is reached. Key must be specified as a JSON value.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIViewQuery EndKey(
Object endKey,
bool encode
)
IViewQuery EndKey(
Object endKey,
bool encode
)
Function EndKey (
endKey As Object,
encode As Boolean
) As IViewQuery
Function EndKey (
endKey As Object,
encode As Boolean
) As IViewQuery
IViewQuery^ EndKey(
Object^ endKey,
bool encode
)
IViewQuery^ EndKey(
Object^ endKey,
bool encode
)
abstract EndKey :
endKey : Object *
encode : bool -> IViewQuery
abstract EndKey :
endKey : Object *
encode : bool -> IViewQuery
Parameters
- endKey
- Type: System.Object
The key to stop at
- encode
- Type: System.Boolean
True to JSON encode the parameter.
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also