search-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
search-client
search-client
/
com.jillesvangurp.ktsearch
/
NodeStatsSegments
Node
Stats
Segments
@
Serializable
data
class
NodeStatsSegments
(
val
count
:
Long
?
=
null
,
val
memoryInBytes
:
Long
?
=
null
)
Members
Constructors
Node
Stats
Segments
Link copied to clipboard
constructor
(
count
:
Long
?
=
null
,
memoryInBytes
:
Long
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Long
?
memory
In
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"memory_in_bytes"
)
val
memoryInBytes
:
Long
?