<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Logging.LogContext

class LogContext
Log context for import job.
public string RunId { get; }

Gets unique job identifier.

public int WorkspaceId { get; }

Gets job Workspace Id.

public LogContext(string runId, int workspaceId)

Initializes a new instance of the LogContext class.