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
/
ClusterStatsFs
Cluster
Stats
Fs
@
Serializable
data
class
ClusterStatsFs
(
val
totalInBytes
:
Long
?
=
null
,
val
availableInBytes
:
Long
?
=
null
)
Members
Constructors
Cluster
Stats
Fs
Link copied to clipboard
constructor
(
totalInBytes
:
Long
?
=
null
,
availableInBytes
:
Long
?
=
null
)
Properties
available
In
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"available_in_bytes"
)
val
availableInBytes
:
Long
?
total
In
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"total_in_bytes"
)
val
totalInBytes
:
Long
?