次の方法で共有


SalesforceServiceCloudSink コンストラクター

定義

オーバーロード

SalesforceServiceCloudSink()

SalesforceServiceCloudSink クラスの新しいインスタンスを初期化します。

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

SalesforceServiceCloudSink クラスの新しいインスタンスを初期化します。

SalesforceServiceCloudSink()

SalesforceServiceCloudSink クラスの新しいインスタンスを初期化します。

public SalesforceServiceCloudSink ();
Public Sub New ()

適用対象

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

SalesforceServiceCloudSink クラスの新しいインスタンスを初期化します。

public SalesforceServiceCloudSink (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object writeBatchSize = default, object writeBatchTimeout = default, object sinkRetryCount = default, object sinkRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, string writeBehavior = default, object externalIdFieldName = default, object ignoreNullValues = default);
new Microsoft.Azure.Management.DataFactory.Models.SalesforceServiceCloudSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * string * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SalesforceServiceCloudSink
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional writeBatchSize As Object = Nothing, Optional writeBatchTimeout As Object = Nothing, Optional sinkRetryCount As Object = Nothing, Optional sinkRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional writeBehavior As String = Nothing, Optional externalIdFieldName As Object = Nothing, Optional ignoreNullValues As Object = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

writeBatchSize
Object

書き込みバッチ サイズ。 型: 整数 (または resultType 整数を含む式)、最小: 0。

writeBatchTimeout
Object

書き込みバッチ タイムアウト。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

sinkRetryCount
Object

シンクの再試行回数。 型: integer (または resultType 整数を持つ式)。

sinkRetryWait
Object

シンクの再試行待機。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

maxConcurrentConnections
Object

シンク データ ストアの最大同時接続数。 型: integer (または resultType 整数を持つ式)。

disableMetricsCollection
Object

true の場合は、データ ストア メトリックの収集を無効にします。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

writeBehavior
String

操作の書き込み動作。 既定値は Insert です。 指定できる値は、'Insert'、'Upsert' です。

externalIdFieldName
Object

Upsert 操作の外部 ID フィールドの名前。 既定値は 'Id' 列です。 型: string (または resultType 文字列を含む式)。

ignoreNullValues
Object

書き込み操作中に入力データセット (キー フィールドを除く) の null 値を無視するかどうかを示すフラグ。 既定値は false です。 true に設定すると、アップサート/更新操作の実行時に ADF はコピー先オブジェクトのデータを変更せずに、挿入操作の実行時に定義された既定値を挿入します。逆に、ADF はアップサート/更新操作を行うときにターゲット オブジェクトのデータを NULL に更新し、挿入操作の実行時に NULL 値を挿入します。 型: boolean (または resultType ブール値を持つ式)。

適用対象