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