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

ImageImportBulkArtifactJob

Provides the functionality required to load data for an import job and to retrieve messages from the OnMessage event.
public sealed delegate OnErrorEventHandler : MulticastDelegate

public sealed delegate OnMessageEventHandler : MulticastDelegate

public ImageSettings Settings { get; }

Gets or sets the current options for imaging files.

Represents an instance of the ImageSourceIDataReader, which contains data for import. This property is required.

Occurs when all the data for an import job has been processed. Raised at the end of an import.

Occurs when an error is found.

Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.

Occurs when a status message needs to be presented to the user.

Occurs when a status message needs to be presented to the user related to the Process.

Occurs when a record has been processed.

Creates new job to import images in bulk.

public void Execute()

Executes the DataReaderClient, which operates as an iterator over a data source.

public void ExportErrorFile(string filePathAndName)

Exports the error file for an import job. This file is written only when errors occur.

public void ExportErrorReport(string filePathAndName)

Exports the error log file for an import job. This file is written only when errors occur.