File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ Command Fields
42
42
43
43
The command takes the following optional field:
44
44
45
- .. list-table::
46
- :header-rows: 1
47
- :widths: 20 20 80
48
-
49
- * - Parameter
50
- - Type
51
- - Description
52
-
53
- * - ``message``
54
- - string
55
- - *optional* A message logged by the server to the log file and
56
- audit file.
45
+ .. list-table::
46
+ :header-rows: 1
47
+ :widths: 20 20 80
48
+
49
+ * - Parameter
50
+ - Type
51
+ - Description
52
+
53
+ * - ``message``
54
+ - string
55
+ - *optional* A message logged by the server to the log file and
56
+ audit file.
57
57
58
58
Output
59
59
------
@@ -66,15 +66,11 @@ the following field:
66
66
:widths: 20 20 80
67
67
68
68
* - Field
69
-
70
69
- Type
71
-
72
70
- Description
73
71
74
72
* - ``ok``
75
-
76
73
- bool
77
-
78
74
- Contains the command's execution status. ``true`` on success, or
79
75
``false`` if an error occurred. If ``false``, an ``errmsg`` field
80
76
is additionally provided with a detailed error message.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The command takes the following fields:
72
72
73
73
* - ``bounds``
74
74
- array
75
- - `bounds`` applies to chunks in collections partitioned using a
75
+ - `` bounds`` applies to chunks in collections partitioned using a
76
76
:term:`hashed shard key`. The parameter's array must consist of
77
77
two documents specifying the lower and upper shard-key values of
78
78
the chunk. The values must match the minimum and maximum values
You can’t perform that action at this time.
0 commit comments