ClusterStatsIndices

@Serializable
data class ClusterStatsIndices(val docs: ClusterStatsDocs? = null, val shards: ClusterStatsShards? = null, val store: ClusterStatsStore? = null, val segments: ClusterStatsSegments? = null)

Constructors

Link copied to clipboard
constructor(docs: ClusterStatsDocs? = null, shards: ClusterStatsShards? = null, store: ClusterStatsStore? = null, segments: ClusterStatsSegments? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard