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 public string StartKeyDocId { get; set; }
Property Value
Type:
StringThe Document id of the first value to return.
See Also