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.
BulkUpdateOperation.RetryOnConflict
1 parent 073a5eb commit cacd1beCopy full SHA for cacd1be
src/Elastic.Clients.Elasticsearch/Types/Core/Bulk/BulkUpdateOperation.cs
@@ -19,7 +19,7 @@ protected internal BulkUpdateOperation() : base() { }
19
private static byte _newline => (byte)'\n';
20
21
[JsonPropertyName("retry_on_conflict")]
22
- public bool? RetryOnConflict { get; set; }
+ public int? RetryOnConflict { get; set; }
23
24
protected override string Operation => "update";
25
0 commit comments