search After
@SinceCouchbase(value = "6.6.1" )
Content copied to clipboard
Keyset pagination: return the page starting after row.
Requires the query's sort
parameter to impose a total ordering on the result set, typically by adding byId()
as the final sort tier.
@SinceCouchbase(value = "6.6.1" )
Content copied to clipboard
Keyset pagination: return the page starting after keyset.
Requires the query's sort
parameter to impose a total ordering on the result set, typically by adding byId()
as the final sort tier.