Package version:

Interface RedirectIncompatibleRowSettings

Redirect incompatible row settings

interface RedirectIncompatibleRowSettings {
    linkedServiceName: any;
    path?: any;
    [property: string]: any;
}

Indexable

  • [property: string]: any

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

Properties

linkedServiceName: 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).

path?: any

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