Skip to main content

Enum AdfDatasetSinkFileWriteBehavior

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfDatasetSinkFileWriteBehavior

Fields

FieldsDescription
MergeSpecifies that all columns in the new document will be combined with the columns of the existing document.
UploadSpecifies that the new document replaces the existing document.