Relativity.Processing.V1.Services.IProcessingDataSourceManager
IProcessingDataSourceManager interface contains interactions required to
interact with a processing data source
Saves a processing data source. Returns the artifact id of the new datasource.
Read a data source. Returns the data source belonging to the artifact id passed in
Task<DefaultProcessingDataSourceOptionsResponse> RetrieveDefaultsFromProcessingProfile(int workspaceID, int profileId)
Retrieves processing profile options that overlap with data source required fields
Retrieves Processing Source Location paths associated with the Resource Pool for the workspace.
Updates a processing data source.
Task<DataSourceValidateDeleteResponse> ValidateDeleteAsync(int workspaceID, int processingDataSourceID)
Perform validations when data sources are being deleted