Skip to main content

AdfDatasetSinkRowWriteBehavior Enumeration

AdfDatasetSinkRowWriteBehavior Enumeration

Provides options for the row write behavior to dataset sinks used by Azure Data Factory.

Enumeration Values

NameSummary
Insert
Specifies that new rows will be inserted and existing rows will be left unmodified.
Upsert
Specifies that new rows will be inserted and existing rows will be updated with the new values from the source.