AdfDatasetSinkRowWriteBehavior Enumeration
AdfDatasetSinkRowWriteBehavior Enumeration
Provides options for the row write behavior to dataset sinks used by Azure Data Factory.
Enumeration Values
| Name | Summary |
|---|---|
| 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. |