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