@@ -94,14 +94,14 @@ relevant options.
9494 * - **AutoEncryptionOptions**
9595 - | Settings for automatic client-side encryption.
9696 |
97- | **Data Type**: `AutoEncryptionOptions <{+api-root+}/T_MongoDB_Driver_Encryption_AutoEncryptionOptions.htm >`__
97+ | **Data Type**: `AutoEncryptionOptions <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Encryption.AutoEncryptionOptions.html >`__
9898 | **Default**: ``null``
9999 | **Connection URI Example**: {+not-available+}
100100
101101 * - **ClusterConfigurator**
102102 - | Low-level configuration options for sockets, TLS, cluster, and others.
103103 |
104- | **Data Type**: Action<`ClusterBuilder <{+api-root+}/T_MongoDB_Driver_Core_Configuration_ClusterBuilder.htm >`__>
104+ | **Data Type**: Action<`ClusterBuilder <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.html >`__>
105105 | **Default**: ``null``
106106 | **Connection URI Example**: {+not-available+}
107107
@@ -110,7 +110,7 @@ relevant options.
110110 | or received from the server. The driver uses the first of these compression types
111111 | that the server supports.
112112 |
113- | **Data Type**: `CompressorConfiguration <{+api-root+}/T_MongoDB_Driver_Core_Configuration_CompressorConfiguration.htm >`__
113+ | **Data Type**: `CompressorConfiguration <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.CompressorConfiguration.html >`__
114114 | **Default**: ``null``
115115 | **Connection URI Example**: ``compressors=snappy,zstd``
116116
@@ -131,7 +131,7 @@ relevant options.
131131 | :ref:`authentication mechanisms <csharp-authentication-mechanisms>` for available
132132 | authentication mechanisms.
133133 |
134- | **Data Type**: `MongoCredential <{+api-root+}/T_MongoDB_Driver_MongoCredential.htm >`__
134+ | **Data Type**: `MongoCredential <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCredential.html >`__
135135 | **Default**: ``null``
136136 | **Connection URI Example**:
137137
@@ -190,7 +190,7 @@ relevant options.
190190 * - **LinqProvider**
191191 - | The LINQ provider to use.
192192 |
193- | **Data Type**: `LinqProvider <{+api-root+}/T_MongoDB_Driver_Linq_LinqProvider.htm >`__
193+ | **Data Type**: `LinqProvider <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.LinqProvider.html >`__
194194 | **Default**: ``LinqProvider.V3``
195195 | **Connection URI Example**: {+not-available+}
196196
@@ -219,7 +219,7 @@ relevant options.
219219 * - **LoggingSettings**
220220 - | The settings used for :ref:`logging. <csharp-logging>`
221221 |
222- | **Data Type**: `LoggingSettings <{+api-root+}/T_MongoDB_Driver_Core_Configuration_LoggingSettings.htm >`__
222+ | **Data Type**: `LoggingSettings <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.LoggingSettings.html >`__
223223 | **Default**: ``null``
224224 | **Connection URI Example**: {+not-available+}
225225
@@ -266,7 +266,7 @@ relevant options.
266266 - | The client's default read concern.
267267 | See :ref:`read concern <read-concern>` for more information.
268268 |
269- | **Data Type**: `ReadConcern <{+api-root+}/T_MongoDB_Driver_ReadConcern.htm >`__
269+ | **Data Type**: `ReadConcern <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.ReadConcern.html >`__
270270 | **Default**: ``ReadConcern.Default``
271271 | **Connection URI Example**: ``readConcernLevel=local``
272272
@@ -285,7 +285,7 @@ relevant options.
285285 | still be eligible for server selection. Specifying ``-1`` means no maximum.
286286 | See :ref:`read preference <read-preference>` for more information.
287287 |
288- | **Data Type**: `ReadPreference <{+api-root+}/T_MongoDB_Driver_ReadPreference.htm >`__
288+ | **Data Type**: `ReadPreference <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.ReadPreference.html >`__
289289 | **Default**: ``ReadPreference.Primary``
290290 | **Connection URI Example**:
291291
@@ -336,14 +336,14 @@ relevant options.
336336 | try to use the DNS seed list format, the {+driver-short+} will throw an
337337 | exception.
338338 |
339- | **Data Type**: `ConnectionStringScheme <{+api-root+}/T_MongoDB_Driver_Core_Configuration_ConnectionStringScheme.htm >`__
339+ | **Data Type**: `ConnectionStringScheme <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ConnectionStringScheme.html >`__
340340 | **Default**: ``ConnectionStringScheme.MongoDB``
341341 | **Connection URI Example**: ``mongodb+srv://``
342342
343343 * - **Server**
344344 - | The host and port number where MongoDB is running.
345345 |
346- | **Data Type**: `MongoServerAddress <{+api-root+}/T_MongoDB_Driver_MongoServerAddress.htm >`__
346+ | **Data Type**: `MongoServerAddress <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.MongoServerAddress.html >`__
347347 | **Default**: ``localhost:27017``
348348 | **Connection URI Example**: ``mongodb://sample.host:27017``
349349
@@ -352,14 +352,14 @@ relevant options.
352352 | :manual:`the MongoDB Manual</reference/stable-api>` for more information about
353353 | Stable API versioning.
354354 |
355- | **Data Type**: `ServerApi <{+api-root+}/T_MongoDB_Driver_ServerApi.htm >`__
355+ | **Data Type**: `ServerApi <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.ServerApi.html >`__
356356 | **Default**: ``null``
357357 | **Connection URI Example**: {+not-available+}
358358
359359 * - **Servers**
360360 - | The cluster members where MongoDB is running.
361361 |
362- | **Data Type**: IEnumerable<`MongoServerAddress <{+api-root+}/T_MongoDB_Driver_MongoServerAddress.htm >`__>
362+ | **Data Type**: IEnumerable<`MongoServerAddress <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.MongoServerAddress.html >`__>
363363 | **Default**: ``localhost:27017``
364364 | **Connection URI Example**: ``mongodb://sample.host1:27017,sample.host2:27017``
365365
@@ -398,7 +398,7 @@ relevant options.
398398 | ``AllowInsecureTls`` is set to ``true``, the {+driver-short+} will throw
399399 | an exception.
400400 |
401- | **Data Type**: `SslSettings <{+api-root+}/T_MongoDB_Driver_SslSettings.htm >`__
401+ | **Data Type**: `SslSettings <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.SslSettings.html >`__
402402 | **Default**: ``null``
403403 | **Connection URI Example**: ``tlsDisableCertificateRevocationCheck=false``
404404
@@ -424,7 +424,7 @@ relevant options.
424424 | journaling, for the client.
425425 | See :ref:`write concern <wc-j>` for more information.
426426 |
427- | **Data Type**: `WriteConcern <{+api-root+}/T_MongoDB_Driver_WriteConcern.htm >`__
427+ | **Data Type**: `WriteConcern <{+new- api-root+}/MongoDB.Driver/MongoDB.Driver.WriteConcern.html >`__
428428 | **Default**: ``WriteConcern.Acknowledged``
429429 | **Connection URI Example**: ``w=majority&wTimeoutMS=0&journal=true``
430430
0 commit comments