'Declaration Public Property NodeDownTimeout As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.NodeDownTimeout = value value = instance.NodeDownTimeout
public int NodeDownTimeout {get; set;}
'Declaration Public Property NodeDownTimeout As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.NodeDownTimeout = value value = instance.NodeDownTimeout
public int NodeDownTimeout {get; set;}
NOTE: This API is now obsolete. .NET Data Provider for Teradata uses a new algorithm to detect and bypass down nodes.
As the .NET Data Provider for Teradata load balances across the nodes, a node is marked unavailable if a connection attempt fails. The load balancing algorithm will skip a node that is marked unavailable until the timeout has expired.
Default Value: 900 seconds
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |