Send feedback on this topic.
Teradata.Client.Provider
NodeDownTimeout Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : NodeDownTimeout Property
Obsolete. The number of seconds that must elapse before a connection attempt is made to a node previously marked as unavailable.
Syntax
'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;}
public:
property int NodeDownTimeout {
   int get();
   void set (    int value);
}
Remarks

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

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members