Return records with a value equal to or greater than the specified key. 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)

Parameters
- endKey
- Type: System.Object
The key to return records greater than or equal to.
Return Value
Type: IViewQueryAn IViewQuery object for chaining
