kCura.Relativity.DataReaderClient.ImportSettingsBase
Defines the base class for the Settings and ImageSettings classes. Provides common properties.
namespace kCura.Relativity.DataReaderClient
{
public class ImportSettingsBase
{
public IMetricSinkConfig Telemetry { get; }
public ImportAuditLevel AuditLevel { get; set; }
public int CaseArtifactId { get; set; }
public bool CopyFilesToDocumentRepository { get; set; }
public string DataGridIDColumnName { get; set; }
public int DestinationFolderArtifactID { get; set; }
public bool? DisableExtractedTextEncodingCheck { get; set; }
public bool DisableUserSecurityCheck { get; set; }
public Encoding ExtractedTextEncoding { get; set; }
public bool ExtractedTextFieldContainsFilePath { get; set; }
public bool LoadImportedFullTextFromServer { get; set; }
public int IdentityFieldId { get; set; }
public int? MaximumErrorCount { get; set; }
public NativeFileCopyModeEnum NativeFileCopyMode { get; set; }
public OverwriteModeEnum OverwriteMode { get; set; }
public string ParentObjectIdSourceFieldName { get; set; }
public string RelativityPassword { get; set; }
public string RelativityUsername { get; set; }
public string SelectedIdentifierFieldName { get; set; }
public bool SendEmailOnLoadCompletion { get; set; }
public string WebServiceURL { get; set; }
public long StartRecordNumber { get; set; }
public IList<int> ObjectFieldIdListContainsArtifactId { get; set; }
public OverlayBehavior OverlayBehavior { get; set; }
public bool MoveDocumentsInAppendOverlayMode { get; set; }
public bool Billable { get; set; }
public string ApplicationName { get; set; }
}
}