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

WorkspaceService

public WorkspaceService(RelativityConnectionInfo connectionInfo, ITransferLog log, int maxRetryAttempts, double timeoutSeconds)

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

public Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId)

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