<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />

Microsoft.Data.SqlClient.SqlConfigurableRetryConnectionSection

The configuration section definition for reading a configuration file.
public const string Name = "SqlConfigurableRetryLogicConnection"

public TimeSpan DeltaTime { get; set; }

public TimeSpan MaxTimeInterval { get; set; }

public TimeSpan MinTimeInterval { get; set; }

public int NumberOfTries { get; set; }

public string RetryLogicType { get; set; }

public string RetryMethod { get; set; }

public string TransientErrors { get; set; }