次の方法で共有


RedirectIncompatibleRowSettings クラス

定義

互換性のない行設定をリダイレクトします。

public class RedirectIncompatibleRowSettings
type RedirectIncompatibleRowSettings = class
Public Class RedirectIncompatibleRowSettings
継承
RedirectIncompatibleRowSettings

コンストラクター

RedirectIncompatibleRowSettings(DataFactoryElement<String>)

RedirectIncompatibleRowSettings の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)

例 :

  • BinaryData.FromObjectAsJson("foo")ペイロード "foo" を作成します。
  • BinaryData.FromString("\"foo\"")ペイロード "foo" を作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" }のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

LinkedServiceName

互換性のない行のリダイレクトに使用される Azure Storage、Storage SAS、または Azure Data Lake Store のリンクされたサービスの名前。 redirectIncompatibleRowSettings が指定されている場合は、指定する必要があります。 型: string (または resultType 文字列を含む式)。

Path

リダイレクトの互換性のない行データを格納するためのパス。 型: string (または resultType 文字列を含む式)。

適用対象