DocumentDbCollectionSink クラス

定義

コピー アクティビティのドキュメント データベース コレクション シンク。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DocumentDbCollectionSink+DocumentDbCollectionSinkConverter))]
public class DocumentDbCollectionSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DocumentDbCollectionSink+DocumentDbCollectionSinkConverter))>]
type DocumentDbCollectionSink = class
    inherit CopySink
Public Class DocumentDbCollectionSink
Inherits CopySink
継承
DocumentDbCollectionSink
属性

コンストラクター

DocumentDbCollectionSink()

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

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 CopySink)
MaxConcurrentConnections

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

(継承元 CopySink)
NestingSeparator

入れ子になったプロパティの区切り記号。 既定値は です。 (ドット) のとき)。 型: string (または resultType 文字列を含む式)。

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 Cosmos DB にデータを書き込む方法を示します。 型: string (または resultType 文字列を含む式)。 使用可能な値は、Insert、Upsert です。

適用対象