Click or drag to resize

QueryOptionsGetStartKeyDocId Method

Note: This API is now obsolete.

Gets the first document ID to include in the result set

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public string GetStartKeyDocId()

Return Value

Type: String
The first document ID to include in the result set
See Also