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

Relativity.DataExchange.Transfer.DownloadTapiBridge2

public sealed class DownloadTapiBridge2 : TapiBridgeBase2
Represents a class object to provide a download bridge from the Transfer API to existing import/export components. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
namespace Relativity.DataExchange.Transfer { public sealed class DownloadTapiBridge2 : TapiBridgeBase2 { public DownloadTapiBridge2(DownloadTapiBridgeParameters2 parameters, ILog logger, CancellationToken token, bool useLegacyWebApi, IRelativityManagerServiceFactory relativityManagerServiceFactory); public DownloadTapiBridge2(ITapiObjectService factory, DownloadTapiBridgeParameters2 parameters, ILog logger, bool useLegacyWebApi, CancellationToken token); public DownloadTapiBridge2(ITapiObjectService factory, DownloadTapiBridgeParameters2 parameters, TransferContext context, ILog logger, bool useLegacyWebApi, CancellationToken token); } }