SqlUpsertSettings Class

Definition

Sql upsert option settings.

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

Constructors

SqlUpsertSettings()

Initializes a new instance of SqlUpsertSettings.

Properties

InterimSchemaName

Schema name for interim table. Type: string (or Expression with resultType string).

Keys

Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).

UseTempDB

Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).

Explicit Interface Implementations

IJsonModel<SqlUpsertSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlUpsertSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlUpsertSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlUpsertSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlUpsertSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to