kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
FieldMatcher
/
ValuesCount
Values
Count
@
Serializable
data
class
ValuesCount
(
val
gt
:
Int
?
=
null
,
val
gte
:
Int
?
=
null
,
val
lt
:
Int
?
=
null
,
val
lte
:
Int
?
=
null
)
:
FieldMatcher
Count of values in an array field (
values_count
).
Members
Constructors
Values
Count
Link copied to clipboard
constructor
(
gt
:
Int
?
=
null
,
gte
:
Int
?
=
null
,
lt
:
Int
?
=
null
,
lte
:
Int
?
=
null
)
Properties
gt
Link copied to clipboard
@
SerialName
(
value
=
"gt"
)
val
gt
:
Int
?
gte
Link copied to clipboard
@
SerialName
(
value
=
"gte"
)
val
gte
:
Int
?
lt
Link copied to clipboard
@
SerialName
(
value
=
"lt"
)
val
lt
:
Int
?
lte
Link copied to clipboard
@
SerialName
(
value
=
"lte"
)
val
lte
:
Int
?