<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

Relativity.Transfer.IInstanceSettingService

public interface IInstanceSettingService

int MaxRetryAttempts { get; set; }

double TimeoutSeconds { get; set; }

Task<InstanceSetting> GetSingleAsync(string section, string name, CancellationToken token)