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

InstanceSettingsConfiguration

namespace Relativity.Transfer.InstanceSettings { internal class InstanceSettingsConfiguration { public bool IsCloudInstance { get; set; } public uint? MaxAllowedTargetDataRateMbpsAsync { get; set; } } }