AzureDataExplorerSink コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureDataExplorerSink() |
AzureDataExplorerSink クラスの新しいインスタンスを初期化します。 |
AzureDataExplorerSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
AzureDataExplorerSink クラスの新しいインスタンスを初期化します。 |
AzureDataExplorerSink()
AzureDataExplorerSink クラスの新しいインスタンスを初期化します。
public AzureDataExplorerSink ();
Public Sub New ()
適用対象
AzureDataExplorerSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object)
AzureDataExplorerSink クラスの新しいインスタンスを初期化します。
public AzureDataExplorerSink (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 ingestionMappingName = default, object ingestionMappingAsJson = default, object flushImmediately = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerSink
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 ingestionMappingName As Object = Nothing, Optional ingestionMappingAsJson As Object = Nothing, Optional flushImmediately 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 ブール値を持つ式)。
- ingestionMappingName
- Object
ターゲット Kusto テーブルで定義された事前に作成された csv マッピングの名前。 型: string。
- ingestionMappingAsJson
- Object
json 形式で提供される明示的な列マッピングの説明。 型: string。
- flushImmediately
- Object
true に設定すると、すべての集計はスキップされます。 既定値は false です。 型: ブール値。
適用対象
Azure SDK for .NET