QueryOptionsGetEndKeyDocId Method |
Note: This API is now obsolete.
Gets the last 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 GetEndKeyDocId()
Return Value
Type:
StringThe last document ID to include in the result set
See Also