You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/content/driver-async/getting-started/quick-tour-admin.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,8 @@ For more information about text search see the [text index]({{< docsref "/core/i
223
223
## Running a command
224
224
225
225
While not all commands have a specific helper, however you can run any [command]({{< docsref "/reference/command">}})
226
-
by using the [`runCommand()`](http://api.mongodb.org/java/3.0/?com/mongodb/async/client/MongoDatabase.html#runCommand-org.bson.conversions.Bson-com.mongodb.ReadPreference-com.mongodb.async.SingleResultCallback-) method. Here we call the [buildInfo]({{ docsref "reference/command/buildInfo" }}) command:
226
+
by using the [`runCommand()`](http://api.mongodb.org/java/3.1/?com/mongodb/async/client/MongoDatabase.html#runCommand-org.bson.conversions.Bson-com.mongodb.ReadPreference-com.mongodb.async.SingleResultCallback-)
227
+
method. Here we call the [buildInfo]({{ docsref "reference/command/buildInfo" }}) command:
Copy file name to clipboardExpand all lines: docs/reference/content/driver/getting-started/quick-tour-admin.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,8 @@ For more information about text search see the [text index]({{< docsref "/core/i
166
166
## Running a command
167
167
168
168
While not all commands have a specific helper, however you can run any [command]({{< docsref "/reference/command">}})
169
-
by using the [`runCommand()`](http://api.mongodb.org/java/3.0/?com/mongodb/client/MongoDatabase.html#runCommand-org.bson.conversions.Bson-com.mongodb.ReadPreference-) method. Here we call the [buildInfo]({{ docsref "reference/command/buildInfo" }}) command:
169
+
by using the [`runCommand()`](http://api.mongodb.org/java/3.1/?com/mongodb/client/MongoDatabase.html#runCommand-org.bson.conversions.Bson-com.mongodb.ReadPreference-)
170
+
method. Here we call the [buildInfo]({{ docsref "reference/command/buildInfo" }}) command:
0 commit comments