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