Skip to main content

ImportErrorSummary

  • Namespace: PPDS.Migration.Progress
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

Summary statistics for an import operation.

Members

Properties

Duration

TimeSpan Duration { get; set; }

Gets or sets the total import duration.

ErrorPatterns

Dictionary<string, int> ErrorPatterns { get; set; }

Gets or sets error patterns and their counts. Keys are pattern names (e.g., "MISSING_USER"), values are occurrence counts.

FailureCount

int FailureCount { get; set; }

Gets or sets the number of failed records.

SuccessCount

int SuccessCount { get; set; }

Gets or sets the number of successful records.

TotalRecords

int TotalRecords { get; set; }

Gets or sets the total number of records attempted.