CopyActivity |
CopyActivity.withDataIntegrationUnits(Object dataIntegrationUnits) |
Set the dataIntegrationUnits property: Maximum number of data integration units that can be used to perform this
data movement.
|
CopyActivity |
CopyActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
CopyActivity |
CopyActivity.withDescription(String description) |
Set the description property: Activity description.
|
CopyActivity |
CopyActivity.withEnableSkipIncompatibleRow(Object enableSkipIncompatibleRow) |
Set the enableSkipIncompatibleRow property: Whether to skip incompatible row.
|
CopyActivity |
CopyActivity.withEnableStaging(Object enableStaging) |
Set the enableStaging property: Specifies whether to copy data via an interim staging.
|
CopyActivity |
CopyActivity.withInputs(List<DatasetReference> inputs) |
Set the inputs property: List of inputs for the activity.
|
CopyActivity |
CopyActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
CopyActivity |
CopyActivity.withLogSettings(LogSettings logSettings) |
Set the logSettings property: Log settings customer needs provide when enabling log.
|
CopyActivity |
CopyActivity.withLogStorageSettings(LogStorageSettings logStorageSettings) |
Set the logStorageSettings property: (Deprecated.
|
CopyActivity |
CopyActivity.withName(String name) |
Set the name property: Activity name.
|
CopyActivity |
CopyActivity.withOutputs(List<DatasetReference> outputs) |
Set the outputs property: List of outputs for the activity.
|
CopyActivity |
CopyActivity.withParallelCopies(Object parallelCopies) |
Set the parallelCopies property: Maximum number of concurrent sessions opened on the source or sink to avoid
overloading the data store.
|
CopyActivity |
CopyActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
CopyActivity |
CopyActivity.withPreserve(List<Object> preserve) |
Set the preserve property: Preserve rules.
|
CopyActivity |
CopyActivity.withPreserveRules(List<Object> preserveRules) |
Set the preserveRules property: Preserve Rules.
|
CopyActivity |
CopyActivity.withRedirectIncompatibleRowSettings(RedirectIncompatibleRowSettings redirectIncompatibleRowSettings) |
Set the redirectIncompatibleRowSettings property: Redirect incompatible row settings when
EnableSkipIncompatibleRow is true.
|
CopyActivity |
CopyActivity.withSink(CopySink sink) |
Set the sink property: Copy activity sink.
|
CopyActivity |
CopyActivity.withSkipErrorFile(SkipErrorFile skipErrorFile) |
Set the skipErrorFile property: Specify the fault tolerance for data consistency.
|
CopyActivity |
CopyActivity.withSource(CopySource source) |
Set the source property: Copy activity source.
|
CopyActivity |
CopyActivity.withStagingSettings(StagingSettings stagingSettings) |
Set the stagingSettings property: Specifies interim staging settings when EnableStaging is true.
|
CopyActivity |
CopyActivity.withTranslator(Object translator) |
Set the translator property: Copy activity translator.
|
CopyActivity |
CopyActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|
CopyActivity |
CopyActivity.withValidateDataConsistency(Object validateDataConsistency) |
Set the validateDataConsistency property: Whether to enable Data Consistency validation.
|