Enum AdfDatasetSinkFileWriteBehavior
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfDatasetSinkFileWriteBehavior
Fields
Fields | Description |
---|---|
Merge | Specifies that all columns in the new document will be combined with the columns of the existing document. |
Upload | Specifies that the new document replaces the existing document. |