ObjectImportStatistics public class ObjectImportStatistics : ImportStatistics Documentation public int ArtifactTypeID { get; set; } public char Bound { get; set; } public char Delimiter { get; set; } public int ExtractedTextFileEncodingCodePageID { get; set; } public bool ExtractedTextPointsToFile { get; set; } public int[][] FieldsMapped { get; set; } public string FileFieldColumnName { get; set; } public string FolderColumnName { get; set; } public int LoadFileEncodingCodePageID { get; set; } public char MultiValueDelimiter { get; set; } public char NestedValueDelimiter { get; set; } public char NewlineProxy { get; set; } public int NumberOfChoicesCreated { get; set; } public int NumberOfFoldersCreated { get; set; } public ObjectImportStatistics()