Add a multiple update operation to the bulk operation
Add a single update operation to the bulk operation
Add a replace one operation to the bulk operation
Add a delete one operation to the bulk operation
Add a delete many operation to the bulk operation
Upsert modifier for update bulk operation, noting that this operation is an upsert.
Specifies the collation for the query condition.
Specifies arrayFilters for UpdateOne or UpdateMany bulk operations.
Specifies hint for the bulk operation.
Generated using TypeDoc
A builder object that is returned from {@link BulkOperationBase#find}. Is used to build a write operation that involves a query filter.