ViewQuery StartKeyDocId Method Couchbase .NET SDK 2.1.0 Documentation
Return records starting with the specified document ID.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IViewQuery StartKeyDocId(
	Object startKeyDocId
)

Parameters

startKeyDocId
Type: System Object
The docId to return records greater than or equal to.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery StartKeyDocId(Object)
See Also