<PackageReference Include="Relativity.Other" Version="10.1.273.3" />

ImportStatistics

public abstract class ImportStatistics
public int[] BatchSizes { get; set; }

public int DestinationFolderArtifactID { get; set; }

public string FilesCopiedToRepository { get; set; }

public string LoadFileName { get; set; }

public int NumberOfDocumentsCreated { get; set; }

public int NumberOfDocumentsUpdated { get; set; }

public long NumberOfErrors { get; set; }

public int NumberOfFilesLoaded { get; set; }

public long NumberOfWarnings { get; set; }

public OverlayBehavior? OverlayBehavior { get; set; }

public int OverlayIdentifierFieldArtifactID { get; set; }

public OverwriteType Overwrite { get; set; }

public int RunTimeInMilliseconds { get; set; }

public bool SendNotification { get; set; }

public int StartLine { get; set; }

public long TotalFileSize { get; set; }

public long TotalMetadataBytes { get; set; }

protected ImportStatistics()