Class PointsScrollRequest
java.lang.Object
io.metaloom.qdrant.client.http.model.point.PointsScrollRequest
- All Implemented Interfaces:
RestModel,RestRequestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()booleanbooleansetWithPayload(boolean withPayload) setWithVector(boolean withVector)
-
Constructor Details
-
PointsScrollRequest
public PointsScrollRequest()
-
-
Method Details
-
getOffset
-
setOffset
-
getLimit
-
setLimit
-
getFilter
-
setFilter
-
getWithPayload
public boolean getWithPayload() -
setWithPayload
-
getWithVector
public boolean getWithVector() -
setWithVector
-