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 (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IViewQuery StartKey(
Object startKey
)
Public Function StartKey (
startKey As Object
) As IViewQuery
public:
virtual IViewQuery^ StartKey(
Object^ startKey
) sealed
abstract StartKey :
startKey : Object -> IViewQuery
override StartKey :
startKey : Object -> IViewQuery
Parameters
- startKey
- Type: SystemObject
The key to return records greater than or equal to.
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryStartKey(Object)
See Also