globalSettings property

Map<String, String>? globalSettings
getter/setter pair

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

Optional.

Implementation

core.Map<core.String, core.String>? globalSettings;