Skip to content

Commit bfd2866

Browse files
committed
Do not serialize Snapshot.Failures
1 parent 74a9a5b commit bfd2866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Nest/Domain/Repository/Snapshot.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ public class Snapshot
3939

4040
/// <summary>
4141
/// Contains the reason for each shard failure.
42-
/// For 2.0, remove this and rename ShardFailures => Failures
4342
/// </summary>
43+
/// For 2.0, remove this and rename ShardFailures => Failures
44+
[JsonIgnore]
4445
public IEnumerable<string> Failures
4546
{
4647
get

0 commit comments

Comments
 (0)