次の方法で共有


AmazonRedshiftSource コンストラクター

定義

オーバーロード

AmazonRedshiftSource()

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

AmazonRedshiftSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, RedshiftUnloadSettings)

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

AmazonRedshiftSource()

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

public AmazonRedshiftSource ();
Public Sub New ()

適用対象

AmazonRedshiftSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, RedshiftUnloadSettings)

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

public AmazonRedshiftSource (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object sourceRetryCount = default, object sourceRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object queryTimeout = default, object additionalColumns = default, object query = default, Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings redshiftUnloadSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings -> Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceRetryCount As Object = Nothing, Optional sourceRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional queryTimeout As Object = Nothing, Optional additionalColumns As Object = Nothing, Optional query As Object = Nothing, Optional redshiftUnloadSettings As RedshiftUnloadSettings = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

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

sourceRetryCount
Object

ソースの再試行回数。 型: integer (または resultType 整数を持つ式)。

sourceRetryWait
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 ブール値を持つ式)。

queryTimeout
Object

クエリのタイムアウト。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

additionalColumns
Object

ソース データに追加する追加の列を指定します。 型: オブジェクトの配列 (AdditionalColumns) (またはオブジェクトの resultType 配列を含む Expression)。

query
Object

データベース クエリ。 型: string (または resultType 文字列を含む式)。

redshiftUnloadSettings
RedshiftUnloadSettings

アンロードを使用して Amazon Redshift からコピーするときに、中間 Amazon S3 に必要な Amazon S3 設定。 これにより、Amazon Redshift ソースからのデータが最初に S3 にアンロードされ、その後、中間 S3 からターゲットシンクにコピーされます。

適用対象