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 d05f34d commit 3504ee7Copy full SHA for 3504ee7
src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/SnapshotStatusResponse.cs
@@ -24,8 +24,12 @@ public class SnapshotStatus
24
public string Snapshot { get; internal set; }
25
[JsonProperty("repository")]
26
public string Repository { get; internal set; }
27
+ [JsonProperty("uuid")]
28
+ public string UUID { get; internal set; }
29
[JsonProperty("state")]
30
public string State { get; internal set; }
31
+ [JsonProperty("include_global_state")]
32
+ public bool? IncludeGlobalState { get; internal set; }
33
[JsonProperty("shards_stats")]
34
public SnapshotShardsStats ShardsStats { get; internal set; }
35
[JsonProperty("stats")]
0 commit comments