ActionOnExistingTargetTable type
Defines values for ActionOnExistingTargetTable.
KnownActionOnExistingTargetTable can be used interchangeably with ActionOnExistingTargetTable,
this enum contains the known values that the service supports.
Known values supported by the service
FailOnNonEmptyTable: Same existing tables on target database will be Failed.
DropAndRecreateTable: Same existing tables on target database will be dropped and recreated.
MergeWithExistingData: Same existing tables on target database will be Merged together.
type ActionOnExistingTargetTable = string