File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ Definition
23
23
24
24
The :dbcommand:`delete` command has the following syntax:
25
25
26
- .. code-block:: javascript
26
+ .. code-block:: none
27
27
28
28
{
29
- delete: <collection>,
29
+ delete: <collection>,
30
30
deletes: [
31
31
{
32
32
q : <query>,
33
33
limit : <integer>,
34
34
collation: <document>,
35
- hint: <document|string>,
36
- comment: <any>
35
+ hint: <document|string>
37
36
},
38
37
...
39
38
],
39
+ comment: <any>,
40
40
ordered: <boolean>,
41
41
writeConcern: { <write concern> }
42
42
}
@@ -74,7 +74,14 @@ Definition
74
74
collection.
75
75
76
76
77
-
77
+ * - ``comment``
78
+
79
+ - any
80
+
81
+ - .. include:: /includes/extracts/comment-content.rst
82
+
83
+ .. versionadded:: 4.4
84
+
78
85
* - :ref:`ordered <delete-command-ordered>`
79
86
80
87
- boolean
@@ -98,17 +105,7 @@ Definition
98
105
of the :dbcommand:`delete` command. Omit to use the default write
99
106
concern.
100
107
101
- .. include:: /includes/extracts/transactions-operations-write-concern.rst
102
-
103
-
104
- * - ``comment``
105
-
106
- - any
107
-
108
- - .. include:: /includes/extracts/comment-content.rst
109
-
110
- .. versionadded:: 4.4
111
-
108
+ .. include:: /includes/extracts/transactions-operations-write-concern.rst
112
109
113
110
114
111
.. |operation| replace:: delete
You can’t perform that action at this time.
0 commit comments