Uses of Class
io.metaloom.qdrant.client.http.model.point.PointDeletePayloadRequest
Packages that use PointDeletePayloadRequest
Package
Description
-
Uses of PointDeletePayloadRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointDeletePayloadRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.deletePayload(String collectionName, PointDeletePayloadRequest request, boolean wait) -
Uses of PointDeletePayloadRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointDeletePayloadRequestModifier and TypeMethodDescriptionPointMethods.deletePayload(String collectionName, PointDeletePayloadRequest request, boolean wait) Delete specified key payload for points. -
Uses of PointDeletePayloadRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointDeletePayloadRequest