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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : RecoveryMaximumInterval Property
This represents the maximum interval time in seconds, used to limit the retry interval time adjusted by the TdConnectionStringBuilder.RecoveryIntervalFactor.
Syntax
'Declaration
 
Public Property RecoveryMaximumInterval As Integer
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Integer
 
instance.RecoveryMaximumInterval = value
 
value = instance.RecoveryMaximumInterval
public int RecoveryMaximumInterval {get; set;}
public:
property int RecoveryMaximumInterval {
   int get();
   void set (    int value);
}
Remarks

The RecoveryMaximumInterval is the maximum interval of time to wait while attempting to reconnect to the database. If a RecoveryIntervalFactor is greater than 0, the RecoveryMaximumInterval will set the upper limit that may be used to delay attempts. When the RecoveryIntervalFactor is 0, the delay will always use the TdConnectionStringBuilder.RecoveryStartInterval.

Default Value: 32 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