Skip to main content

EntityExportResult

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

Summary

Result for a single entity export.

Members

Properties

Duration

TimeSpan Duration { get; set; }

Gets or sets the export duration for this entity.

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity logical name.

ErrorMessage

string ErrorMessage { get; set; }

Gets or sets the error message if export failed.

RecordCount

int RecordCount { get; set; }

Gets or sets the number of records exported.

Success

bool Success { get; set; }

Gets or sets whether this entity export was successful.