Skip to content

Commit 1cc83fd

Browse files
committed
Add status to cat indices response
Closes #1340
1 parent 5659302 commit 1cc83fd

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
@@ -28,5 +28,8 @@ public class CatIndicesRecord : ICatRecord
2828

2929
[JsonProperty("store.size")]
3030
public string StoreSize { get; set; }
31+
32+
[JsonProperty("status")]
33+
public string Status { get; set; }
3134
}
3235
}

0 commit comments

Comments
 (0)