Enum AdfAzureTableSinkInsertType
C#
public enum AdfAzureTableSinkInsertType
Fields
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. |