IntegrationPartition
A structure that describes how data is partitioned on the target.
Types
Properties
Specifies the timestamp format of the source data. Valid values are:
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.
Specifies the function used to partition data on the target. The only accepted value for this parameter is 'identity'
(string). The 'identity'
function ensures that the data partitioning on the target follows the same scheme as the source. In other words, the partitioning structure of the source data is preserved in the target destination.