Skip to content

Commit

Permalink
(DOCSP-45011) @jordan-smith721 Review edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
elyse-mdb committed Nov 8, 2024
1 parent fb0d090 commit dad6cbb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/run-command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Execute a Command

To run a database command, call the ``run_command()`` execution method on a ``mongocxx::database`` instance
and pass in a document that specifies the command and any relevant arguments.
The method will return the result of the command that was run as a ``bsoncxx::document::value`` object.
The method returns the result of the command as a ``bsoncxx::document::value`` object.

You can use the ``run_command()`` method with any database command.
For a full list of database commands and corresponding parameters, see :manual:`Database Commands </reference/command/>` in the {+mdb-server+} manual.
Expand Down Expand Up @@ -166,9 +166,6 @@ with the following fields:
- Indicates the logical time of the operation. MongoDB uses the
logical time to order operations.

To learn more about logical time, see our :website:`blog post about
the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.

* - ``$clusterTime``
- Provides a document that returns the signed cluster time. Cluster time is a
logical time used for ordering of operations.
Expand Down

0 comments on commit dad6cbb

Please sign in to comment.