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

BulkImportManager

The exception thrown when a SQL exception is thrown when performing a bulk import service call.

The exception thrown when a SQL timeout exception is thrown when performing a bulk import service call.

The exception thrown when a SQL timeout exception is thrown when performing a bulk import service call.

public CookieContainer CookieContainer { get; set; }

public ICredentials Credentials { get; set; }

public BulkImportManager(ICredentials credentials, CookieContainer cookieContainer)

public MassImportResults BulkImportImage(int appID, ImageLoadInfo settings, bool inRepository)

public MassImportResults BulkImportNative(int appID, NativeLoadInfo settings, bool inRepository, bool includeExtractedTextEncoding)

public MassImportResults BulkImportObjects(int appID, ObjectLoadInfo settings, bool inRepository)

public MassImportResults BulkImportProductionImage(int appID, ImageLoadInfo settings, int productionKeyFieldArtifactID, bool inRepository)

public object DisposeTempTables(int appID, string runId)

public ErrorFileKey GenerateImageErrorFiles(int appID, string importKey, bool writeHeader, int keyFieldId)

public ErrorFileKey GenerateNonImageErrorFiles(int appID, string runID, int artifactTypeID, bool writeHeader, int keyFieldID)

public bool HasImportPermissions(int appID)

public bool ImageRunHasErrors(int appID, string runId)

protected virtual MassImportResults InvokeBulkImportImage(int appID, ImageLoadInfo settings, bool inRepository)

protected virtual MassImportResults InvokeBulkImportNative(int appID, NativeLoadInfo settings, bool inRepository, bool includeExtractedTextEncoding)

protected virtual MassImportResults InvokeBulkImportObjects(int appID, ObjectLoadInfo settings, bool inRepository)

protected virtual MassImportResults InvokeBulkImportProductionImage(int appID, ImageLoadInfo settings, int productionKeyFieldArtifactID, bool inRepository)

public bool NativeRunHasErrors(int appID, string runId)