Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyActivity

Package version

Copy activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional dataIntegrationUnits

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.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional enableSkipIncompatibleRow

enableSkipIncompatibleRow: any

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

Optional enableStaging

enableStaging: any

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

Optional inputs

List of inputs for the activity.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional logSettings

logSettings: LogSettings

Log settings customer needs provide when enabling log.

Optional logStorageSettings

logStorageSettings: LogStorageSettings

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

name

name: string

Activity name.

Optional outputs

outputs: DatasetReference[]

List of outputs for the activity.

Optional parallelCopies

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.

Optional policy

Activity policy.

Optional preserve

preserve: any[]

Preserve rules.

Optional preserveRules

preserveRules: any[]

Preserve Rules.

Optional redirectIncompatibleRowSettings

redirectIncompatibleRowSettings: RedirectIncompatibleRowSettings

Redirect incompatible row settings when EnableSkipIncompatibleRow is true.

sink

Copy activity sink.

Optional skipErrorFile

skipErrorFile: SkipErrorFile

Specify the fault tolerance for data consistency.

source

Copy activity source.

Optional stagingSettings

stagingSettings: StagingSettings

Specifies interim staging settings when EnableStaging is true.

Optional translator

translator: any

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

type

type: "Copy"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Optional validateDataConsistency

validateDataConsistency: any

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

Generated using TypeDoc