CopyActivity
Class
Definition
Copy activity.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("Copy")]
public class CopyActivity : Microsoft.Azure.Management.DataFactories.Models.ActivityTypeProperties
- Inheritance
- Attributes
Constructors
| CopyActivity() | |
| CopyActivity(CopySource, CopySink, CopyTranslator) |
Properties
| CloudDataMovementUnits |
Optional. Maximum number of cloud data movement units (DMU) to use for performing copy between two cloud data sources. When the resource allocated to the default single DMU is the bottleneck, using a larger value can achieve higher throughput. |
| EnableStaging |
Optional. Specifies whether to copy data via an interim staging. Default value is false. |
| ExecutionLocation |
The execution region of the Copy Activity. Should be one of the region supported in ADF Data Movement, e.g. "West US". Optional region values are in https://azure.microsoft.com/en-us/documentation/articles/data-factory-data-movement-activities/#global (See values belong to column "Region used for data movement") |
| ParallelCopies |
Optional. Maximum number of concurrent sessions opened on the source and sink, to avoid session overload and affecting other workloads. If not configured, an appropriate default value will be chosen for each type of source and sink. |
| Sink |
Copy activity sink. |
| Source |
Copy activity source. |
| StagingSettings |
Optional. Specifies interim staging settings when EnableStaging is true. |
| Translator |
Copy activity translator. If not specified, tabular translator is used. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |