RedshiftUnloadSettings Class

Definition

The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.

public class RedshiftUnloadSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.RedshiftUnloadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.RedshiftUnloadSettings>
public class RedshiftUnloadSettings
type RedshiftUnloadSettings = class
    interface IJsonModel<RedshiftUnloadSettings>
    interface IPersistableModel<RedshiftUnloadSettings>
type RedshiftUnloadSettings = class
Public Class RedshiftUnloadSettings
Implements IJsonModel(Of RedshiftUnloadSettings), IPersistableModel(Of RedshiftUnloadSettings)
Public Class RedshiftUnloadSettings
Inheritance
RedshiftUnloadSettings
Implements

Constructors

RedshiftUnloadSettings(DataFactoryLinkedServiceReference, DataFactoryElement<String>)

Initializes a new instance of RedshiftUnloadSettings.

Properties

BucketName

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

S3LinkedServiceName

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

Explicit Interface Implementations

IJsonModel<RedshiftUnloadSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RedshiftUnloadSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedshiftUnloadSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedshiftUnloadSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RedshiftUnloadSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to