ConnectionStringSrvMaxHosts Property |
Limits the number of SRV records used to populate the seedlist
during initial discovery, as well as the number of additional hosts
that may be added during SRV polling.
Namespace:
MongoDB.Driver.Core.Configuration
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public Nullable<int> SrvMaxHosts { get; }
Public ReadOnly Property SrvMaxHosts As Nullable(Of Integer)
Get
member SrvMaxHosts : Nullable<int> with get
Property Value
Type:
NullableInt32See Also