Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsScrollResponse
Packages that use PointsScrollResponse
Package
Description
-
Uses of PointsScrollResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsScrollResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.scrollPoints(String collectionName, PointsScrollRequest request) -
Uses of PointsScrollResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsScrollResponseModifier and TypeMethodDescriptionPointMethods.scrollPoints(String collectionName, PointsScrollRequest request) Scroll request - paginate over all points which matches given filtering condition. -
Uses of PointsScrollResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsScrollResponse