UpdateSchemaValidation
Define whether to check if the new schema exists within this data source, before changing the schema.
API Section: Enumerations
Type: Enumeration
Properties
Enumerated Name |
Type |
Format |
Value |
Description |
---|---|---|---|---|
none |
integer |
int32 |
0 |
No validation |
skiperrors |
integer |
int32 |
1 |
In case the new schema does not exist for a specific table, skip it and change other tables. |
throwerror |
integer |
int32 |
2 |
In case the new schema does not exist for a specific table, throw exception. |