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 1cc83fd commit 8b88083Copy full SHA for 8b88083
src/Nest/Domain/Cat/CatIndicesRecord.cs
@@ -31,5 +31,8 @@ public class CatIndicesRecord : ICatRecord
31
32
[JsonProperty("status")]
33
public string Status { get; set; }
34
+
35
+ [JsonProperty("tm")]
36
+ public string TotalMemory { get; set; }
37
}
38
0 commit comments