Click or drag to resize

QueryStartKeyDocId Property

Gets or sets the Document id of the first value to return. A null value has no effect. This is useful if the view contains multiple identical keys, making startKey ambiguous.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public string StartKeyDocId { get; set; }

Property Value

Type: String
The Document id of the first value to return.
See Also