Uses of Class
com.azure.resourcemanager.datafactory.models.RedshiftUnloadSettings
-
Packages that use RedshiftUnloadSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RedshiftUnloadSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return RedshiftUnloadSettings Modifier and Type Method Description RedshiftUnloadSettings
AmazonRedshiftSource. redshiftUnloadSettings()
Get the redshiftUnloadSettings property: The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload.RedshiftUnloadSettings
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
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.Methods in com.azure.resourcemanager.datafactory.models with parameters of type RedshiftUnloadSettings Modifier and Type Method Description AmazonRedshiftSource
AmazonRedshiftSource. withRedshiftUnloadSettings(RedshiftUnloadSettings redshiftUnloadSettings)
Set the redshiftUnloadSettings property: The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload.
-