IProcessingDataSourceManager.ReadAsync Method

Relativity Processing Services
Read a data source. Returns the data source belonging to the artifact id passed in

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<ProcessingDataSource> ReadAsync(
	int artifactId,
	int workspaceArtifactId
)

Parameters

artifactId
Type: System.Int32
The artifactId of the data source you want to read
workspaceArtifactId
Type: System.Int32
The workspace that the data source lives in

Return Value

Type: Task<ProcessingDataSource>
See Also

Reference