Skip to content

Commit

Permalink
CSHARP-3792: BulkDeleteOperation ignores isOrdered parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisDog authored and JamesKovacs committed Nov 19, 2021
1 parent 4459e6b commit 71e4be6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ private IExecutableInRetryableWriteContext<BulkWriteOperationResult> CreateBulkD
var requests = batch.Requests.Cast<DeleteRequest>();
return new BulkDeleteOperation(_collectionNamespace, requests, _messageEncoderSettings)
{
IsOrdered = _isOrdered,
MaxBatchCount = _maxBatchCount,
MaxBatchLength = _maxBatchLength,
WriteConcern = batch.WriteConcern,
Expand Down

0 comments on commit 71e4be6

Please sign in to comment.