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 5659302 commit 1cc83fdCopy full SHA for 1cc83fd
src/Nest/Domain/Cat/CatIndicesRecord.cs
@@ -28,5 +28,8 @@ public class CatIndicesRecord : ICatRecord
28
29
[JsonProperty("store.size")]
30
public string StoreSize { get; set; }
31
+
32
+ [JsonProperty("status")]
33
+ public string Status { get; set; }
34
}
35
0 commit comments