Share via


RedshiftUnloadSettings Constructor

Definition

Initializes a new instance of RedshiftUnloadSettings.

public RedshiftUnloadSettings (Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference s3LinkedServiceName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> bucketName);
new Azure.ResourceManager.DataFactory.Models.RedshiftUnloadSettings : Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.RedshiftUnloadSettings
Public Sub New (s3LinkedServiceName As DataFactoryLinkedServiceReference, bucketName As DataFactoryElement(Of String))

Parameters

s3LinkedServiceName
DataFactoryLinkedServiceReference

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

bucketName
DataFactoryElement<String>

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