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
-
remove(){FindOperatorsUnordered}
-
Add a remove operation to the bulk operation
Throws:
-
removeOne(){FindOperatorsUnordered}
-
Add a remove one operation to the bulk operation
Throws:
-
replaceOne(updateDocument){FindOperatorsUnordered}
-
Add a replace one operation to the bulk operation
Name Type Description updateDocument
object the new document to replace the existing one with
Throws:
-
update(updateDocument){FindOperatorsUnordered}
-
Add a single update document to the bulk operation
Name Type Description updateDocument
object update operations
Throws:
-
updateOne(updateDocument){FindOperatorsUnordered}
-
Add a single update one document to the bulk operation
Name Type Description updateDocument
object update operations
Throws:
-
upsert(){FindOperatorsUnordered}
-
Upsert modifier for update bulk operation
Throws: