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

ILoadFileWriter

public interface ILoadFileWriter : IStateful, IDisposable
using kCura.WinEDDS.Exporters; using kCura.WinEDDS.LoadFileEntry; using Relativity.DataExchange.Export.VolumeManagerV2.Batches; using System; using System.Collections.Generic; using System.Threading; namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers { public interface ILoadFileWriter : IStateful, IDisposable { void Write(IDictionary<int, ILoadFileEntry> linesToWrite, ObjectExportInfo[] artifacts, CancellationToken cancellationToken); } }