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