SqlDWUpsertSettings Class
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.
Sql DW upsert option settings.
public class SqlDWUpsertSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SqlDWUpsertSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SqlDWUpsertSettings>
public class SqlDWUpsertSettings
type SqlDWUpsertSettings = class
interface IJsonModel<SqlDWUpsertSettings>
interface IPersistableModel<SqlDWUpsertSettings>
type SqlDWUpsertSettings = class
Public Class SqlDWUpsertSettings
Implements IJsonModel(Of SqlDWUpsertSettings), IPersistableModel(Of SqlDWUpsertSettings)
Public Class SqlDWUpsertSettings
- Inheritance
-
SqlDWUpsertSettings
- Implements
Constructors
SqlDWUpsertSettings() |
Initializes a new instance of SqlDWUpsertSettings. |
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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlDWUpsertSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlDWUpsertSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlDWUpsertSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlDWUpsertSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlDWUpsertSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET