Share via


RedshiftUnloadSettings(LinkedServiceReference, Object) Constructor

Definition

Initializes a new instance of RedshiftUnloadSettings.

public RedshiftUnloadSettings (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference s3LinkedServiceName, object bucketName);
new Azure.Analytics.Synapse.Artifacts.Models.RedshiftUnloadSettings : Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference * obj -> Azure.Analytics.Synapse.Artifacts.Models.RedshiftUnloadSettings
Public Sub New (s3LinkedServiceName As LinkedServiceReference, bucketName As Object)

Parameters

s3LinkedServiceName
LinkedServiceReference

The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.

bucketName
Object

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).

Exceptions

s3LinkedServiceName or bucketName is null.

Applies to