ImageImportBulkArtifactJob Class

Relativity Import APIs
Provides the functionality required to load data for an import job and to retrieve messages from the OnMessage event.
Inheritance Hierarchy

Object
  kCura.Relativity.DataReaderClient.ImageImportBulkArtifactJob

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public class ImageImportBulkArtifactJob : IImportNotifier, 
	IImportBulkArtifactJob

The ImageImportBulkArtifactJob type exposes the following members.

Constructors

  NameDescription
Public methodImageImportBulkArtifactJob
Creates new job to import images in bulk.
Top
Properties

  NameDescription
Public propertySettings
Gets or sets the current options for imaging files.
Public propertySourceData
Represents an instance of the SourceIDataReader, which contains data for import. This property is required.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the DataReaderClient, which operates as an iterator over a data source.
Public methodExportErrorFile
Exports the error file for an import job. This file is written only when errors occur.
Public methodExportErrorReport
Exports the error log file for an import job. This file is written only when errors occur.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventOnComplete
Occurs when all the data for an import job has been processed. Raised at the end of an import.
Public eventOnError
Occurs when an error is found.
Public eventOnFatalException
Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.
Public eventOnMessage
Occurs when a status message needs to be presented to the user.
Public eventOnProcessProgress
Occurs when a status message needs to be presented to the user related to the Process.
Public eventOnProgress
Occurs when a record has been processed.
Top
See Also

Reference