fieldName
The field name used to partition data on the target. Avoid using columns that have unique values for each row (for example, LastModifiedTimestamp
, SystemModTimeStamp
) as the partition column. These columns are not suitable for partitioning because they create a large number of small partitions, which can lead to performance issues.