We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2c90 commit 648eb07Copy full SHA for 648eb07
src/Nest/Domain/Stats/NodeStats.cs
@@ -19,7 +19,7 @@ public class NodeStats
19
public string Hostname { get; internal set; }
20
21
[JsonProperty("indices")]
22
- public Dictionary<string, NodeStatsIndexes> Indices { get; internal set; }
+ public NodeStatsIndexes Indices { get; internal set; }
23
24
[JsonProperty("os")]
25
public OSStats OS { get; internal set; }
0 commit comments