Skip to main content

ImportTier

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

Summary

Represents a tier of entities that can be imported in parallel.

Members

Properties

Entities

IReadOnlyList<string> Entities { get; set; }

Gets or sets the entities in this tier.

HasCircularReferences

bool HasCircularReferences { get; set; }

Gets or sets whether this tier contains circular references.

RequiresWait

bool RequiresWait { get; set; }

Gets or sets whether to wait for this tier to complete before starting next.

TierNumber

int TierNumber { get; set; }

Gets or sets the tier number (0 = first).