FindAndModifyCommand
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait FindAndModifyOps[P]trait GenericCollection[P]
- Self type
- PackSupport[P]
Members list
Type members
Classlikes
A modify operation, part of a FindAndModify command
A modify operation, part of a FindAndModify command
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Result for a find-and-modify command
Result for a find-and-modify command
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Remove (part of a FindAndModify command).
Last error for a find-and-update command
Last error for a find-and-update command
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Update (part of a FindAndModify command).
Update (part of a FindAndModify command).
Attributes
- fetchNewObject
the command result must be the new object instead of the old one.
- update
the modifier document.
- upsert
if true, creates a new document if no document matches the query, or if documents match the query, findAndModify performs an update
- Graph
- Supertypes
Update (part of a FindAndModify command).
Update (part of a FindAndModify command).
Attributes
- fetchNewObject
the command result must be the new object instead of the old one.
- update
the aggregation pipeline
- upsert
if true, creates a new document if no document matches the query, or if documents match the query, findAndModify performs an update
- Graph
- Supertypes