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 aba2aa3 commit d8fad92Copy full SHA for d8fad92
src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotShardFailure.cs
@@ -15,7 +15,7 @@ public class SnapshotShardFailure
15
public string Reason { get; set; }
16
17
[DataMember(Name ="shard_id")]
18
- public string ShardId { get; set; }
+ public int ShardId { get; set; }
19
20
[DataMember(Name ="status")]
21
public string Status { get; set; }
0 commit comments