Package version:

Interface CopyActivity

Copy activity.

Hierarchy

Properties

dataIntegrationUnits?: any

Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

enableSkipIncompatibleRow?: any

Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).

enableStaging?: any

Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).

inputs?: DatasetReference[]

List of inputs for the activity.

linkedServiceName?: LinkedServiceReference

Linked service reference.

logSettings?: LogSettings

Log settings customer needs provide when enabling log.

logStorageSettings?: LogStorageSettings

(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.

name: string

Activity name.

outputs?: DatasetReference[]

List of outputs for the activity.

parallelCopies?: any

Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.

Activity policy.

preserve?: any[]

Preserve rules.

preserveRules?: any[]

Preserve Rules.

redirectIncompatibleRowSettings?: RedirectIncompatibleRowSettings

Redirect incompatible row settings when EnableSkipIncompatibleRow is true.

Copy activity sink.

skipErrorFile?: SkipErrorFile

Specify the fault tolerance for data consistency.

Copy activity source.

stagingSettings?: StagingSettings

Specifies interim staging settings when EnableStaging is true.

translator?: any

Copy activity translator. If not specified, tabular translator is used.

type: "Copy"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

validateDataConsistency?: any

Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).

Generated using TypeDoc