AdfAzureTableSinkInsertType Enumeration
The desired method for inserting data into Azure table. This setting determines whether existing rows in the ouput table with matching partition and row key have their values replaced or merged. Merge is the default value.
Enumeration Values
Name | Summary |
---|---|
Merge | Source properties will be retained even if the new entity didn't define new properties in the new entity. |
Replace | Replaces entire property of previous entity with new entity if the entity exists. |