CommonDataServiceForAppsSink クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コピー アクティビティ Common Data Service for Apps シンク。
public class CommonDataServiceForAppsSink : Microsoft.Azure.Management.DataFactory.Models.CopySink
type CommonDataServiceForAppsSink = class
inherit CopySink
Public Class CommonDataServiceForAppsSink
Inherits CopySink
- 継承
コンストラクター
CommonDataServiceForAppsSink() |
CommonDataServiceForAppsSink クラスの新しいインスタンスを初期化します。 |
CommonDataServiceForAppsSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object) |
CommonDataServiceForAppsSink クラスの新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます (継承元 CopySink) |
AlternateKeyName |
レコードのアップサート時に使用される代替キーの論理名を取得または設定します。 型: string (または resultType 文字列を含む式)。 |
DisableMetricsCollection |
true の場合、データ ストア メトリックの収集を無効にする値を取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 (継承元 CopySink) |
IgnoreNullValues |
書き込み操作中に入力データセット (キー フィールドを除く) の null 値を無視するかどうかを示すフラグを取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 |
MaxConcurrentConnections |
シンク データ ストアの最大同時接続数を取得または設定します。 型: integer (または resultType 整数を持つ式)。 (継承元 CopySink) |
SinkRetryCount |
シンクの再試行回数を取得または設定します。 型: integer (または resultType 整数を持つ式)。 (継承元 CopySink) |
SinkRetryWait |
シンクの再試行待機を取得または設定します。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). (継承元 CopySink) |
WriteBatchSize |
書き込みバッチ サイズを取得または設定します。 型: 整数 (または resultType 整数を含む式)、最小: 0。 (継承元 CopySink) |
WriteBatchTimeout |
書き込みバッチ タイムアウトを取得または設定します。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). (継承元 CopySink) |
WriteBehavior |
操作の書き込み動作。 |
適用対象
Azure SDK for .NET