Skip to content

Commit c01c830

Browse files
committed
fixes
1 parent f4ce348 commit c01c830

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/crud/transactions.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,31 +69,31 @@ You can customize the behavior of your session by passing an instance of the
6969
describes the properties that you can set on a ``ClientSessionOptions`` object:
7070

7171
.. list-table::
72-
:widths: 20 80
72+
:widths: 40 60
7373
:header-rows: 1
7474

7575
* - Property
7676
- Description
7777

7878
* - ``CausalConsistency``
79-
- Specifies whether the session is causally consistent. In a causally consistent session,
80-
the driver executes operations in the order they were issued. To learn more, see
81-
:ref:`<csharp-causal-consistency>`.
79+
- | Specifies whether the session is causally consistent. In a causally consistent session,
80+
the driver executes operations in the order they were issued. To learn more, see
81+
:ref:`<csharp-causal-consistency>`.
8282
|
8383
| **Data Type**: {+bool-data-type+}
8484
| **Default**: ``true``
8585

8686
* - ``DefaultTransactionOptions``
87-
- Specifies the default transaction options for the session. This includes the maximum commit
88-
time, read concern, read preference, and write concern.
87+
- | Specifies the default transaction options for the session. This includes the maximum commit
88+
time, read concern, read preference, and write concern.
8989
|
9090
| **Data Type**: `TransactionOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.TransactionOptions.html>`__
9191
| **Default**: ``null``
9292

9393
* - ``Snapshot``
94-
- Specifies whether the driver performs snapshot reads. To learn more about snapshot
95-
reads, see :manual:`Read Concern "snapshot" </reference/read-concern-snapshot/>`
96-
in the {+mdb-server+} manual.
94+
- | Specifies whether the driver performs snapshot reads. To learn more about snapshot
95+
reads, see :manual:`Read Concern "snapshot" </reference/read-concern-snapshot/>`
96+
in the {+mdb-server+} manual.
9797
|
9898
| **Data Type**: {+bool-data-type+}
9999
| **Default**: ``false``

0 commit comments

Comments
 (0)