Skip to content

Commit 5c3be3a

Browse files
authored
DOCSP-33136 clarify getDefaultRWConcern output fields (#7012)
* DOCSP-33136 clarify getDefaultRWConcern output fields * DOCSP-33136 tech edits * DOCSP-33136 tech edits
1 parent f16d544 commit 5c3be3a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/reference/command/getDefaultRWConcern.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The command has the following fields:
8888
Output
8989
------
9090

91-
The output includes the following fields:
91+
The output may include the following fields:
9292

9393
.. list-table::
9494
:header-rows: 1
@@ -103,16 +103,20 @@ The output includes the following fields:
103103
- .. _getDefaultRWConcern-cmd-defaultWriteConcern:
104104

105105
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.
108110

109111
* - :ref:`defaultReadConcern <getDefaultRWConcern-cmd-defaultReadConcern>`
110112
- ``object``
111113
- .. _getDefaultRWConcern-cmd-defaultReadConcern:
112114

113115
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.
116120

117121
* - :ref:`defaultWriteConcernSource <getDefaultRWConcern-cmd-defaultWriteConcernSource>`
118122
- String

0 commit comments

Comments
 (0)