QueryOptionsGetSkip Method |
Note: This API is now obsolete.
Gets the number of docs to skip in the query
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public int GetSkip()
Return Value
Type:
Int32The number of docs to skip
See Also