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

FileIoService

public FileIoService(RelativityConnectionInfo connectionInfo, Workspace workspace, HttpClientConfiguration configuration, IUserManagerService userManagerService, ITransferLog log)

public Task<IoResponse> BeginFillAsync(int workspaceId, byte[] data, string targetPath, string fileName, CancellationToken token)

public Task<IoResponse> FileFillAsync(int workspaceId, byte[] data, string targetPath, string fileName, CancellationToken token)

public Task<string[][]> GetDefaultRepositorySpaceReportAsync(int workspaceId, CancellationToken token)

public Task RemoveFillAsync(int workspaceId, string targetPath, string fileGuid, CancellationToken token)

public Task RemoveTempFile(int workspaceId, string fileGuid, CancellationToken token)