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

DataReaderImporter

public string DestinationFolder { get; set; }

public string OnBehalfOfUserToken { get; set; }

public IDataReader SourceData { get; }

public string TemporaryLocalDirectory { get; set; }

public DataReaderImporter(DataReaderLoadFile loadFile, ProcessContext context, IIoReporter ioReporterInstance, ILog logger, string bulkLoadFileFieldDelimiter, CancellationTokenSource tokenSource, Func<string> correlationIdFunc, IRunningContext runningContext = null)

Constructs a new importer that loads the provided loadFile and responds to events fired on the provided context.

public DataReaderImporter(DataReaderLoadFile loadFile, ProcessContext context, IIoReporter ioReporterInstance, ILog logger, string bulkLoadFileFieldDelimiter, string temporaryLocalDirectory, CancellationTokenSource tokenSource, bool initializeArtifactReader, Func<string> correlationIdFunc, IRunningContext runningContext = null)

Constructs a new importer that loads the provided loadFile and responds to events fired on the provided context.

public virtual void Initialize()