Skip to content

Commit 8b88083

Browse files
committed
Add total memory to cat indices response
Closes #1349
1 parent 1cc83fd commit 8b88083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/Domain/Cat/CatIndicesRecord.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ public class CatIndicesRecord : ICatRecord
3131

3232
[JsonProperty("status")]
3333
public string Status { get; set; }
34+
35+
[JsonProperty("tm")]
36+
public string TotalMemory { get; set; }
3437
}
3538
}

0 commit comments

Comments
 (0)