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 DownloadFileAsync(string targetFile, TransferPath path, CancellationToken token, IProgress<LargeFileProgressEventArgs> progress)
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)