File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The command has the following fields:
88
88
Output
89
89
------
90
90
91
- The output includes the following fields:
91
+ The output may include the following fields:
92
92
93
93
.. list-table::
94
94
:header-rows: 1
@@ -103,16 +103,20 @@ The output includes the following fields:
103
103
- .. _getDefaultRWConcern-cmd-defaultWriteConcern:
104
104
105
105
The global default :ref:`write concern <write-concern>`
106
- configuration. If this field is absent, the deployment has no
107
- global default write concern settings.
106
+ configuration.
107
+
108
+ If the deployment has no global default write concern settings,
109
+ this field is absent from ``getDefaultRWConcern`` output.
108
110
109
111
* - :ref:`defaultReadConcern <getDefaultRWConcern-cmd-defaultReadConcern>`
110
112
- ``object``
111
113
- .. _getDefaultRWConcern-cmd-defaultReadConcern:
112
114
113
115
The global default :ref:`read concern <read-concern>`
114
- configuration. If this field is absent, the deployment has no
115
- global default read concern settings.
116
+ configuration.
117
+
118
+ If the deployment has no global default read concern settings,
119
+ this field is absent from ``getDefaultRWConcern`` output.
116
120
117
121
* - :ref:`defaultWriteConcernSource <getDefaultRWConcern-cmd-defaultWriteConcernSource>`
118
122
- String
You can’t perform that action at this time.
0 commit comments