RedirectIncompatibleRowSettingsArgs

data class RedirectIncompatibleRowSettingsArgs(val linkedServiceName: Output<Any>, val path: Output<Any>? = null) : ConvertibleToJava<RedirectIncompatibleRowSettingsArgs>

Redirect incompatible row settings

Constructors

Link copied to clipboard
constructor(linkedServiceName: Output<Any>, path: Output<Any>? = null)

Properties

Link copied to clipboard
val linkedServiceName: Output<Any>

Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).

Link copied to clipboard
val path: Output<Any>? = null

The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).

Functions

Link copied to clipboard
open override fun toJava(): RedirectIncompatibleRowSettingsArgs