<PackageReference Include="Relativity.Server.Transfer.SDK" Version="24000.0.1" />

FileIoWebApiService

public FileIoWebApiService(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)