Relativity.DataExchange.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; }
}
}