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

Relativity.DataExchange.Export.VolumeManagerV2.Download.TapiHelpers.IFileTapiBridgePool

public interface IFileTapiBridgePool : IDisposable
Represents an abstract object used to dynamically create and manage pooled transfer bridges. Implements the IDisposable
int Count { get; }

Gets the total number of pooled transfer bridges.

Requests the transfer bridge associated with the specified file share. If one doesn't exist, a new bridge is pooled.