ScrollRequest
@Serializable
Request body for a single POST /collections/{name}/points/scroll page.
Properties
Link copied to clipboard
Page cursor: the point id to start at, inclusive — Qdrant returns it as ScrollPage.nextPageOffset, the first id of the next page. null for the first page.
Link copied to clipboard
Order the page by a payload key instead of by point id. Qdrant rejects an ordered scroll that also carries an offset and never returns a ScrollPage.nextPageOffset for one, so an ordered scroll pages through OrderBy.startFrom rather than through the id cursor.
Link copied to clipboard
Link copied to clipboard