CopyActivityResponse

data class CopyActivityResponse(val dataIntegrationUnits: Any? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val enableSkipIncompatibleRow: Any? = null, val enableStaging: Any? = null, val inputs: List<DatasetReferenceResponse>? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val logSettings: LogSettingsResponse? = null, val logStorageSettings: LogStorageSettingsResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val outputs: List<DatasetReferenceResponse>? = null, val parallelCopies: Any? = null, val policy: ActivityPolicyResponse? = null, val preserve: List<Any>? = null, val preserveRules: List<Any>? = null, val redirectIncompatibleRowSettings: RedirectIncompatibleRowSettingsResponse? = null, val sink: Any, val skipErrorFile: SkipErrorFileResponse? = null, val source: Any, val stagingSettings: StagingSettingsResponse? = null, val state: String? = null, val translator: Any? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null, val validateDataConsistency: Any? = null)

Copy activity.

Constructors

Link copied to clipboard
constructor(dataIntegrationUnits: Any? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, enableSkipIncompatibleRow: Any? = null, enableStaging: Any? = null, inputs: List<DatasetReferenceResponse>? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, logSettings: LogSettingsResponse? = null, logStorageSettings: LogStorageSettingsResponse? = null, name: String, onInactiveMarkAs: String? = null, outputs: List<DatasetReferenceResponse>? = null, parallelCopies: Any? = null, policy: ActivityPolicyResponse? = null, preserve: List<Any>? = null, preserveRules: List<Any>? = null, redirectIncompatibleRowSettings: RedirectIncompatibleRowSettingsResponse? = null, sink: Any, skipErrorFile: SkipErrorFileResponse? = null, source: Any, stagingSettings: StagingSettingsResponse? = null, state: String? = null, translator: Any? = null, type: String, userProperties: List<UserPropertyResponse>? = null, validateDataConsistency: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard

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

Link copied to clipboard
val enableStaging: Any? = null

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

Link copied to clipboard

List of inputs for the activity.

Link copied to clipboard

Linked service reference.

Link copied to clipboard

Log settings customer needs provide when enabling log.

Link copied to clipboard

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

Link copied to clipboard

Activity name.

Link copied to clipboard

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

Link copied to clipboard

List of outputs for the activity.

Link copied to clipboard
val parallelCopies: Any? = null

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.

Link copied to clipboard

Activity policy.

Link copied to clipboard
val preserve: List<Any>? = null

Preserve rules.

Link copied to clipboard
val preserveRules: List<Any>? = null

Preserve Rules.

Link copied to clipboard

Redirect incompatible row settings when EnableSkipIncompatibleRow is true.

Link copied to clipboard
val sink: Any

Copy activity sink.

Link copied to clipboard

Specify the fault tolerance for data consistency.

Link copied to clipboard
val source: Any

Copy activity source.

Link copied to clipboard

Specifies interim staging settings when EnableStaging is true.

Link copied to clipboard
val state: String? = null

Activity state. This is an optional property and if not provided, the state will be Active by default.

Link copied to clipboard
val translator: Any? = null

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

Link copied to clipboard

Type of activity. Expected value is 'Copy'.

Link copied to clipboard

Activity user properties.

Link copied to clipboard

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