RedshiftUnloadSettings Constructors
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.
Overloads
RedshiftUnloadSettings() |
Initializes a new instance of the RedshiftUnloadSettings class. |
RedshiftUnloadSettings(LinkedServiceReference, Object) |
Initializes a new instance of the RedshiftUnloadSettings class. |
RedshiftUnloadSettings()
Initializes a new instance of the RedshiftUnloadSettings class.
public RedshiftUnloadSettings ();
Public Sub New ()
Applies to
RedshiftUnloadSettings(LinkedServiceReference, Object)
Initializes a new instance of the RedshiftUnloadSettings class.
public RedshiftUnloadSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference s3LinkedServiceName, object bucketName);
new Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj -> Microsoft.Azure.Management.DataFactory.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).
Applies to
Azure SDK for .NET