File tree Expand file tree Collapse file tree 3 files changed +12
-23
lines changed Expand file tree Collapse file tree 3 files changed +12
-23
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,8 @@ following methods:
111111 * - ``SetLimit()``
112112 - | The maximum number of documents to return.
113113 | Default: ``0``
114-
115- .. note::
116-
117- This option is not available for ``FindOneOptions``. The
118- ``FindOne()`` method internally uses ``SetLimit(-1)``.
114+ | This option is not available for ``FindOneOptions``. The
115+ ``FindOne()`` method internally uses ``SetLimit(-1)``.
119116
120117 * - ``SetProjection()``
121118 - | The fields to include in the returned documents.
Original file line number Diff line number Diff line change @@ -90,12 +90,8 @@ with the following fields:
9090
9191 * - ``operationTime``
9292 - Indicates the logical time of the operation. MongoDB uses the
93- logical time to order operations.
94-
95- .. seealso::
96-
97- To learn more about logical time, see our :website:`blog post about
98- the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
93+ logical time to order operations. To learn more about logical time, see our :website:`blog post about
94+ the Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
9995
10096 * - ``$clusterTime``
10197 - Provides a document that returns the signed cluster time. Cluster time is a
Original file line number Diff line number Diff line change @@ -94,18 +94,14 @@ these methods:
9494 error if there is no active transaction for the session or if the
9595 transaction was ended. To learn more about
9696 this method, see the :manual:`commitTransaction() page
97- </reference/method/Session.commitTransaction/>` in the Server manual.
98-
99- .. note:: Retrying a Transaction
100-
101- The ``CommitTransaction()`` method is an idempotent function, which
102- means that you can attempt to commit a transaction multiple times
103- without changing data after the first successful commit.
104-
105- A transaction can succeed but return an error with the
106- ``UnknownTransactionCommitResult`` label. If you rerun the
107- ``CommitTransaction()`` method after receiving this error,
108- your data is not changed by the repeat attempts.
97+ </reference/method/Session.commitTransaction/>` in the Server manual.
98+ |
99+ | The ``CommitTransaction()`` method is an idempotent function, which
100+ means that you can attempt to commit a transaction multiple times without changing data after the first successful commit.
101+ A transaction can succeed but return an error with the
102+ ``UnknownTransactionCommitResult`` label. If you rerun the
103+ ``CommitTransaction()`` method after receiving this error,
104+ your data is not changed by the repeat attempts.
109105
110106 |
111107 | **Parameter**: ``Context``
You can’t perform that action at this time.
0 commit comments