次の方法で共有


AzureTableSink コンストラクター

定義

オーバーロード

AzureTableSink()

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

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

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

AzureTableSink()

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

public AzureTableSink ();
Public Sub New ()

適用対象

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

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

public AzureTableSink (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, object azureTableDefaultPartitionKeyValue = default, object azureTablePartitionKeyName = default, object azureTableRowKeyName = default, object azureTableInsertType = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureTableSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureTableSink
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 azureTableDefaultPartitionKeyValue As Object = Nothing, Optional azureTablePartitionKeyName As Object = Nothing, Optional azureTableRowKeyName As Object = Nothing, Optional azureTableInsertType As Object = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

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

writeBatchSize
Object

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

writeBatchTimeout
Object

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

sinkRetryCount
Object

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

sinkRetryWait
Object

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

maxConcurrentConnections
Object

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

disableMetricsCollection
Object

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

azureTableDefaultPartitionKeyValue
Object

Azure Table の既定のパーティション キー値。 型: string (または resultType 文字列を含む式)。

azureTablePartitionKeyName
Object

Azure Table パーティション キー名。 型: string (または resultType 文字列を含む式)。

azureTableRowKeyName
Object

Azure Table 行キー名。 型: string (または resultType 文字列を含む式)。

azureTableInsertType
Object

Azure Table の挿入の種類。 型: string (または resultType 文字列を含む式)。

適用対象