File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,35 @@ instantiating a new client each time.
49
49
``IClientSession`` with a different ``MongoClient`` results in operation
50
50
errors.
51
51
52
+ Causal Consistency
53
+ ~~~~~~~~~~~~~~~~~~
54
+
55
+ .. sharedinclude:: dbx/causal-consistency.rst
56
+
57
+ .. replacement:: insert-one-method
58
+
59
+ ``InsertOne()``
60
+
61
+ .. replacement:: update-one-method
62
+
63
+ ``UpdateOne()``
64
+
65
+ .. replacement:: find-one-method
66
+
67
+ ``Find()``
68
+
69
+ .. replacement:: delete-one-method
70
+
71
+ ``DeleteOne()``
72
+
73
+ .. replacement:: majority-rc
74
+
75
+ ``ReadConcern.Majority``
76
+
77
+ .. replacement:: majority-wc
78
+
79
+ ``WriteConcern.WMajority``
80
+
52
81
Methods
53
82
-------
54
83
@@ -231,3 +260,4 @@ guide, see the following API Documentation:
231
260
- `CommitTransaction() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IClientSession.CommitTransaction.html>`__ / `CommitTransactionAsync() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IClientSession.CommitTransactionAsync.html>`__
232
261
- `WithTransaction() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IClientSession.WithTransaction.html>`__ / `WithTransactionAsync() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IClientSession.WithTransactionAsync.html>`__
233
262
- `TransactionOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.TransactionOptions.html>`__
263
+ - `CausalConsistency <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.ClientSessionOptions.CausalConsistency.html>`__
You can’t perform that action at this time.
0 commit comments