Stop returning records when the specified key is reached. 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 EndKey(
Object endKey
)
Public Function EndKey (
endKey As Object
) As IViewQuery
public:
virtual IViewQuery^ EndKey(
Object^ endKey
) sealed
abstract EndKey :
endKey : Object -> IViewQuery
override EndKey :
endKey : Object -> IViewQuery
Parameters
- endKey
- Type: SystemObject
The key to stop at
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryEndKey(Object)
See Also