Relativity.DataExchange.Export.VolumeManagerV2.Download.IExportRequestBuilder
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public interface IExportRequestBuilder
{
IList<ExportRequest> Create(ObjectExportInfo artifact, CancellationToken cancellationToken);
}
}