ScrollRequest
@Serializable
Request body for a single POST /collections/{name}/points/scroll page.
Constructors
Link copied to clipboard
constructor(filter: Filter? = null, limit: Int, offset: PointId? = null, withPayload: WithPayload? = null, withVector: Boolean? = null)