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 3deddcb commit abe6e23Copy full SHA for abe6e23
src/Nest/Cluster/NodesStats/NodeStats.cs
@@ -243,7 +243,7 @@ public class JVMPool
243
{
244
[JsonProperty("used")]
245
public string Used { get; internal set; }
246
- [JsonProperty("")]
+ [JsonProperty("used_in_bytes")]
247
public long UsedInBytes { get; internal set; }
248
[JsonProperty("max")]
249
public string Max { get; internal set; }
0 commit comments