Uses of Class
com.azure.resourcemanager.datafactory.models.RedshiftUnloadSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RedshiftUnloadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonRedshiftSource.redshiftUnloadSettings()
Get the redshiftUnloadSettings property: The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload.RedshiftUnloadSettings.withBucketName
(Object bucketName) Set the bucketName property: The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source.RedshiftUnloadSettings.withS3LinkedServiceName
(LinkedServiceReference s3LinkedServiceName) Set the s3LinkedServiceName property: The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.Modifier and TypeMethodDescriptionAmazonRedshiftSource.withRedshiftUnloadSettings
(RedshiftUnloadSettings redshiftUnloadSettings) Set the redshiftUnloadSettings property: The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload.