Skip to main content

RetryManifest

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

Summary

Manifest of failed records for retry operations. Can be used as input filter for subsequent import.

Members

Properties

FailedRecordsByEntity

Dictionary<string, List<Guid>> FailedRecordsByEntity { get; set; }

Gets or sets the failed record IDs grouped by entity.

GeneratedAt

DateTime GeneratedAt { get; set; }

Gets or sets the timestamp when this manifest was generated.

SourceFile

string SourceFile { get; set; }

Gets or sets the source file this manifest was generated from.

Version

string Version { get; set; }

Gets or sets the schema version of this manifest.