次の方法で共有


AmazonRedshiftSource.RedshiftUnloadSettings プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="redshiftUnloadSettings")]
public Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings RedshiftUnloadSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="redshiftUnloadSettings")>]
member this.RedshiftUnloadSettings : Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings with get, set
Public Property RedshiftUnloadSettings As RedshiftUnloadSettings

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象