Skip to content

Commit e5f8db6

Browse files
committed
added missing used_in_bytes property on NodeStats (ty @NickCraver for pinging me on twitter)
1 parent 39b21f9 commit e5f8db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Domain/Stats/NodeStats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public class JVMPool
260260
{
261261
[JsonProperty("used")]
262262
public string Used { get; internal set; }
263-
[JsonProperty("")]
263+
[JsonProperty("used_in_bytes")]
264264
public long UsedInBytes { get; internal set; }
265265
[JsonProperty("max")]
266266
public string Max { get; internal set; }

0 commit comments

Comments
 (0)