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

Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers.IRetryableStreamWriter

namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers { public interface IRetryableStreamWriter : IDisposable, IStateful { void WriteEntry(string loadFileEntry, CancellationToken token); void WriteChunk(string chunk, CancellationToken token); void FlushChunks(CancellationToken token); void InitializeFile(CancellationToken token); } }