kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
QueryInterface
/
OrderBy
Order
By
data
class
OrderBy
(
val
key
:
String
,
val
direction
:
Direction
?
=
null
)
:
QueryInterface
Order points by a payload
key
(ascending by default).
Members
Constructors
Order
By
Link copied to clipboard
constructor
(
key
:
String
,
direction
:
Direction
?
=
null
)
Properties
direction
Link copied to clipboard
val
direction
:
Direction
?
key
Link copied to clipboard
val
key
:
String