SapCloudForCustomerSink クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SAP Cloud for Customer シンクのコピー アクティビティ。
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapCloudForCustomerSink+SapCloudForCustomerSinkConverter))]
public class SapCloudForCustomerSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapCloudForCustomerSink+SapCloudForCustomerSinkConverter))>]
type SapCloudForCustomerSink = class
inherit CopySink
Public Class SapCloudForCustomerSink
Inherits CopySink
- 継承
- 属性
コンストラクター
SapCloudForCustomerSink() |
SapCloudForCustomerSink の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
その他のプロパティ。 (継承元 CopySink) |
HttpRequestTimeout |
HTTP 応答を取得するためのタイムアウト (TimeSpan)。 応答データの読み取りのタイムアウトではなく、応答の取得のタイムアウトです。 既定値: 00:05:00。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). |
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 |
操作の書き込み動作。 既定値は 'Insert' です。 |
適用対象
Azure SDK for .NET