API 参考
    正在准备搜索索引...

    A builder object that is returned from BulkOperationBase#find. Is used to build a write operation that involves a query filter.

    索引

    构造函数

    属性

    bulkOperation: BulkOperationBase

    方法

    • Specifies arrayFilters for UpdateOne or UpdateMany bulk operations.

      参数

      返回 this

    • Specifies the collation for the query condition.

      参数

      返回 this

    • Add a delete many operation to the bulk operation

      返回 BulkOperationBase

    • Add a delete one operation to the bulk operation

      返回 BulkOperationBase

    • Specifies hint for the bulk operation.

      参数

      返回 this

    • Add a replace one operation to the bulk operation

      参数

      返回 BulkOperationBase

    • Add a multiple update operation to the bulk operation

      参数

      返回 BulkOperationBase

    • Add a single update operation to the bulk operation

      参数

      返回 BulkOperationBase

    • Upsert modifier for update bulk operation, noting that this operation is an upsert.

      返回 this