Skip to main content

GuidPartitioner

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

Summary

Splits the GUID space into non-overlapping ranges for parallel export.

Members

Methods

CreatePartitions

GuidRange[] CreatePartitions(int partitionCount)

Creates non-overlapping GUID range partitions that cover the entire GUID space.

  • Param partitionCount: Number of partitions to create.

  • Returns: Array of GUID ranges where each range's upper bound equals the next range's lower bound.