Copy Activity Args
data class CopyActivityArgs(val dataIntegrationUnits: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val enableSkipIncompatibleRow: Output<Any>? = null, val enableStaging: Output<Any>? = null, val inputs: Output<List<DatasetReferenceArgs>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logSettings: Output<LogSettingsArgs>? = null, val logStorageSettings: Output<LogStorageSettingsArgs>? = null, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val outputs: Output<List<DatasetReferenceArgs>>? = null, val parallelCopies: Output<Any>? = null, val policy: Output<ActivityPolicyArgs>? = null, val preserve: Output<List<Any>>? = null, val preserveRules: Output<List<Any>>? = null, val redirectIncompatibleRowSettings: Output<RedirectIncompatibleRowSettingsArgs>? = null, val sink: Output<Any>, val skipErrorFile: Output<SkipErrorFileArgs>? = null, val source: Output<Any>, val stagingSettings: Output<StagingSettingsArgs>? = null, val state: Output<Either<String, ActivityState>>? = null, val translator: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val validateDataConsistency: Output<Any>? = null) : ConvertibleToJava<CopyActivityArgs>
Copy activity.
Constructors
Link copied to clipboard
fun CopyActivityArgs(dataIntegrationUnits: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, enableSkipIncompatibleRow: Output<Any>? = null, enableStaging: Output<Any>? = null, inputs: Output<List<DatasetReferenceArgs>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, logSettings: Output<LogSettingsArgs>? = null, logStorageSettings: Output<LogStorageSettingsArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, outputs: Output<List<DatasetReferenceArgs>>? = null, parallelCopies: Output<Any>? = null, policy: Output<ActivityPolicyArgs>? = null, preserve: Output<List<Any>>? = null, preserveRules: Output<List<Any>>? = null, redirectIncompatibleRowSettings: Output<RedirectIncompatibleRowSettingsArgs>? = null, sink: Output<Any>, skipErrorFile: Output<SkipErrorFileArgs>? = null, source: Output<Any>, stagingSettings: Output<StagingSettingsArgs>? = null, state: Output<Either<String, ActivityState>>? = null, translator: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, validateDataConsistency: Output<Any>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard