search Before
@SinceCouchbase(value = "6.6.1" )
Content copied to clipboard
Keyset pagination: return the page ending before 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, returning the page ending before 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.