Specifies arrayFilters for UpdateOne or UpdateMany bulk operations.为UpdateOne
或UpdateMany
批量操作指定arrayFilters
。
Specifies the collation for the query condition.指定查询条件的排序规则。
Add a delete many operation to the bulk operation将多删除操作添加到批量操作
Add a delete one operation to the bulk operation向批量操作添加删除一个操作
Specifies hint for the bulk operation.指定批量操作的提示。
Add a replace one operation to the bulk operation将replace one操作添加到批量操作
Add a multiple update operation to the bulk operation向批量操作添加多个更新操作
Add a single update operation to the bulk operation向批量操作添加单个更新操作
Upsert modifier for update bulk operation, noting that this operation is an upsert.用于更新批量操作的Upsert修饰符,请注意此操作是Upsert。
Generated using TypeDoc
A builder object that is returned from BulkOperationBase.find.从BulkOperationBase.find
返回的生成器对象。Is used to build a write operation that involves a query filter.用于生成涉及查询筛选器的写入操作。