RedirectIncompatibleRowSettings Constructors

Definition

Overloads

RedirectIncompatibleRowSettings()

Initializes a new instance of the RedirectIncompatibleRowSettings class.

RedirectIncompatibleRowSettings(Object, IDictionary<String,Object>, Object)

Initializes a new instance of the RedirectIncompatibleRowSettings class.

RedirectIncompatibleRowSettings()

Initializes a new instance of the RedirectIncompatibleRowSettings class.

public RedirectIncompatibleRowSettings ();
Public Sub New ()

Applies to

RedirectIncompatibleRowSettings(Object, IDictionary<String,Object>, Object)

Initializes a new instance of the RedirectIncompatibleRowSettings class.

public RedirectIncompatibleRowSettings (object linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object path = default);
new Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings : obj * System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings
Public Sub New (linkedServiceName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional path As Object = Nothing)

Parameters

linkedServiceName
Object

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

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

path
Object

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

Applies to