IntegrationPartition
class IntegrationPartition
A structure that describes how data is partitioned on the target.
Types
Properties
Link copied to clipboard
Specifies the timestamp format of the source data. Valid values are:
Link copied to clipboard
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.
Link copied to clipboard
Specifies the function used to partition data on the target. The accepted values for this parameter are: