<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.IRunningContext

public interface IRunningContext
Contains information about the context in which jobs are executed.
namespace Relativity.DataExchange { public interface IRunningContext { Version ImportApiSdkVersion { get; } Version ImportExportWebApiVersion { get; set; } Version RelativityVersion { get; set; } ExecutionSource ExecutionSource { get; set; } string ApplicationName { get; set; } string CallingAssembly { get; set; } } }