ImportDataModelMappingΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| FromConnectionName string |
The name of the source connector | ||
| FromSchemaName string |
The source schema name | ||
| ToConnectionName string |
The name of the destination connector | ||
| ToSchemaName string |
The destination schema name |
Sample:
{
"FromConnectionName": "Northwind",
"FromSchemaName": "dbo",
"ToConnectionName": "Northwind",
"ToSchemaName": "dbo"
}