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

ImageSourceIDataReader

public class ImageSourceIDataReader
Contains source data for import.
public IDataReader Reader { get; set; }

Represents an instance of the ImageSourceIDataReader, which contains data for import. One of Reader and SourceData properties is required. If both are provided Reader is used.

public DataTable SourceData { get; set; }

Represents an instance of the ImageSourceIDataReader, which contains data for import. One of Reader and SourceData properties is required. If both are provided Reader is used.