-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathrs.conf.txt
48 lines (32 loc) · 1.13 KB
/
rs.conf.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=========
rs.conf()
=========
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Definition
----------
.. method:: rs.conf()
Returns a document that contains the current :term:`replica set`
configuration.
.. |dbcommand| replace:: :dbcommand:`replSetGetConfig` command
.. include:: /includes/fact-mongosh-shell-method-alt
.. include:: /includes/extracts/4.4-replSetGetConfiguration-commitmentStatus.rst
.. |moreinfo| replace:: The option is only available with the :dbcommand:`replSetGetConfig`
command.
Compatibility
-------------
This method is available in deployments hosted in the following environments:
.. include:: /includes/fact-environments-atlas-only.rst
.. include:: /includes/fact-environments-atlas-support-no-free.rst
.. include:: /includes/fact-environments-onprem-only.rst
Output Example
--------------
.. include:: /includes/replica-set-conf-document-output.rst
For description of the configuration settings, see
:doc:`/reference/replica-configuration`.
.. method:: rs.config()
:method:`rs.config()` is an alias of :method:`rs.conf()`.