We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfdb28 commit ba090b9Copy full SHA for ba090b9
source/reference/javascript.txt
@@ -194,6 +194,9 @@ Database Methods
194
.. include:: method/db.runCommand.txt
195
:start-after: mongodb
196
197
+.. include:: method/db.serverBuildInfo.txt
198
+ :start-after: mongodb
199
+
200
.. include:: method/db.serverStatus.txt
201
202
source/reference/method/db.serverBuildInfo.txt
@@ -0,0 +1,11 @@
1
+====================
2
+db.serverBuildInfo()
3
4
5
+.. default-domain:: mongodb
6
7
+.. method:: db.serverBuildInfo()
8
9
+ Provides a wrapper around the :dbcommand:`buildInfo` :term:`database
10
+ command`. The :dbcommand:`buildInfo` database command returns a build
11
+ summary for the current :program:`mongod`.
0 commit comments