| BronzeConnectionPrefix | boolean | Whether to include the source connection name as a prefix for Bronze tables (default: true). |
| BronzeKeepSourceColumnNames | boolean | If true, retains original source column names in Bronze even if overrides are defined (default: false). |
| BronzeTablePrefix | string | A custom string to prepend to all Bronze table names (default: empty). |
| BronzeTableSeparator | string | The character(s) used to separate the prefix from the table name (default: _). |
| DimTablePrefix | string | Prefix used specifically for Dimension tables in the Gold layer. |
| DimkeyPrefix | string | The suffix/prefix used for surrogate keys linked to business keys (e.g., BK_). |
| SilverTablePrefix | string | A custom string to prepend to all Silver table names. |
| SilverTableSeparator | string | The character(s) used to separate the prefix from the table name in Silver. |
| Lakehouses | List<FabricLakehouse> | A list of lakehouses mapped to Medallion layers. |