RedirectIncompatibleRowSettingsResponse

data class RedirectIncompatibleRowSettingsResponse(val linkedServiceName: Any, val path: Any? = null)

Redirect incompatible row settings

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: Any? = null

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