Class: FindOperatorsUnordered

FindOperatorsUnordered

new FindOperatorsUnordered(){FindOperatorsUnordered}

Create a FindOperatorsUnordered instance (INTERNAL TYPE, do not instantiate directly)

Properties:
Name Type Description
length number

Get the number of operations in the bulk.

Returns:
FindOperatorsUnordered instance.

Methods

Add a remove operation to the bulk operation

Throws:

Add a remove one operation to the bulk operation

Throws:

Add a replace one operation to the bulk operation

Name Type Description
doc object

the new document to replace the existing one with

Throws:

Add a single update document to the bulk operation

Name Type Description
doc object

update operations

Throws:

Add a single update one document to the bulk operation

Name Type Description
doc object

update operations

Throws:

Upsert modifier for update bulk operation

Throws: