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

IWorkspaceService

public interface IWorkspaceService

int MaxRetryAttempts { get; set; }

double TimeoutSeconds { get; set; }

Task<IEnumerable<Workspace>> GetAllWorkspacesAsync(string condition, bool details, CancellationToken token)

Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId)

Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId, CancellationToken token)