You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"version": "A String", # Required. Engine version, for example "12.c.1".
290
290
},
291
+
"destinationProvider": "A String", # Optional. The provider for the destination database.
291
292
"displayName": "A String", # Optional. The display name for the workspace.
292
293
"globalSettings": { # Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
"version": "A String", # Required. Engine version, for example "12.c.1".
396
398
},
399
+
"destinationProvider": "A String", # Optional. The provider for the destination database.
397
400
"displayName": "A String", # Optional. The display name for the workspace.
398
401
"globalSettings": { # Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
"version": "A String", # Required. Engine version, for example "12.c.1".
716
720
},
721
+
"destinationProvider": "A String", # Optional. The provider for the destination database.
717
722
"displayName": "A String", # Optional. The display name for the workspace.
718
723
"globalSettings": { # Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
"version": "A String", # Required. Engine version, for example "12.c.1".
805
811
},
812
+
"destinationProvider": "A String", # Optional. The provider for the destination database.
806
813
"displayName": "A String", # Optional. The display name for the workspace.
807
814
"globalSettings": { # Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
"version": "A String", # Required. Engine version, for example "12.c.1".
856
864
},
865
+
"destinationProvider": "A String", # Optional. The provider for the destination database.
857
866
"displayName": "A String", # Optional. The display name for the workspace.
858
867
"globalSettings": { # Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
0 commit comments