Enum AdfAzureTableSinkInsertType
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfAzureTableSinkInsertType
Fields
Fields | Description |
---|---|
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. |