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 [ObsoleteAttribute("Use the appropriate property")]
public string GetStartKeyDocId()
Return Value
Type:
StringThe first document ID to include in the result set
See Also