NodeStatsIndices

@Serializable
data class NodeStatsIndices(val docs: NodeStatsDocs? = null, val store: NodeStatsStore? = null, val segments: NodeStatsSegments? = null, val indexing: NodeStatsIndexing? = null, val search: NodeStatsSearch? = null)

Constructors

Link copied to clipboard
constructor(docs: NodeStatsDocs? = null, store: NodeStatsStore? = null, segments: NodeStatsSegments? = null, indexing: NodeStatsIndexing? = null, search: NodeStatsSearch? = null)

Properties

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