Click or drag to resize

QueryEndKeyDocId Property

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

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

Property Value

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