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

IImportBulkArtifactJob

public interface IImportBulkArtifactJob
Describe the functionality for importing Artifacts into a workspace, setting import parameters, loading data, and retrieving messages from the OnMessage event.
namespace kCura.Relativity.DataReaderClient { public interface IImportBulkArtifactJob { void Execute(); void ExportErrorReport(string filePathAndName); void ExportErrorFile(string filePathAndName); } }