Skip to main content

EntityImportResult

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

Summary

Result for a single entity import.

Members

Properties

CreatedCount

Nullable<int> CreatedCount { get; set; }

Gets or sets the number of records created (for upsert operations).

Duration

TimeSpan Duration { get; set; }

Gets or sets the import duration for this entity.

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity logical name.

Errors

IReadOnlyList<MigrationError> Errors { get; set; }

Gets or sets the errors that occurred during import.

FailureCount

int FailureCount { get; set; }

Gets or sets the number of failed imports.

RecordCount

int RecordCount { get; set; }

Gets or sets the number of records imported.

Success

bool Success { get; set; }

Gets or sets whether this entity import was successful.

SuccessCount

int SuccessCount { get; set; }

Gets or sets the number of successful imports.

TierNumber

int TierNumber { get; set; }

Gets or sets the tier this entity was imported in.

UpdatedCount

Nullable<int> UpdatedCount { get; set; }

Gets or sets the number of records updated (for upsert operations).