EntityErrorSummary
- Namespace:
PPDS.Migration.Progress - Assembly:
PPDS.Migration - Kind: Class
Summary
Per-entity error summary.
Members
Properties
EntityLogicalName
string EntityLogicalName { get; set; }
Gets or sets the entity logical name.
FailureCount
int FailureCount { get; set; }
Gets or sets the failure count for this entity.
TopErrors
List<string> TopErrors { get; set; }
Gets or sets the most common error messages for this entity.
TotalRecords
int TotalRecords { get; set; }
Gets or sets the total records for this entity.