RedshiftUnloadSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RedshiftUnloadSettings+RedshiftUnloadSettingsConverter))]
public class RedshiftUnloadSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RedshiftUnloadSettings+RedshiftUnloadSettingsConverter))>]
type RedshiftUnloadSettings = class
Public Class RedshiftUnloadSettings
- Inheritance
-
RedshiftUnloadSettings
- Attributes
Constructors
RedshiftUnloadSettings(LinkedServiceReference, Object) |
Initializes a new instance of RedshiftUnloadSettings. |
Properties
BucketName |
The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string). |
S3LinkedServiceName |
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source. |
Applies to
Azure SDK for .NET