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

Relativity.Transfer.IInstanceSettingService

public interface IInstanceSettingService

int MaxRetryAttempts { get; set; }

double TimeoutSeconds { get; set; }

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