<PackageReference Include="Relativity.Transfer.Client" Version="7.4.6" />

IWebDistributedService

public interface IWebDistributedService : IDisposable
Task<IKeplerStream> DownloadFieldFileAsync(int workspaceID, int objectArtifactID, int fileID, int fileFieldArtifactId, string correlationID)

Task<IKeplerStream> DownloadFullTextAsync(int workspaceID, int artifactID, string correlationID)

Task<IKeplerStream> DownloadLongTextFieldAsync(int workspaceID, int artifactID, int longTextFieldArtifactID, string correlationID)

Task<IKeplerStream> DownloadNativeFileAsync(int workspaceID, int artifactID, Guid remoteGuid, string correlationID)

Task<IKeplerStream> DownloadTempFileAsync(int workspaceID, Guid remoteGuid, string correlationID)