You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :ref:`field_updates`: Updating or removing the value of a particular field
23
+
- :ref:`array_updates`: Updating values in an array-valued field
24
+
- :ref:`multiple_updates`: Performing multiple updates at once, such as setting or changing more than one field
26
25
27
-
Some methods that expect updates are:
26
+
Some methods that expect update documents are:
28
27
29
28
- ``updateOne()``
30
29
- ``updateMany()``
@@ -36,7 +35,9 @@ type, which you can pass to any method that expects an update argument.
36
35
37
36
.. tip::
38
37
39
-
For brevity, you may choose to import the methods of the `Updates <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Updates.html>`__ class statically:
38
+
For brevity, you can choose to import the methods of the `Updates
0 commit comments