WorkspaceMappingDetail¶
Field | NULL | Description | Note |
---|---|---|---|
workspaceMappingTenants array of objects |
An array of WorkspaceMappingTenant objects. | ||
errorType integer |
The type of the error |
Inherited fields:
WorkspaceMapping¶
Field | NULL | Description | Note |
---|---|---|---|
workspaceId string (GUID) |
Y | The id of the workspace tenant | |
type integer |
The type of the database in Source
|
||
fromServer string |
The from server | ||
toServer string |
The to server | ||
fromDatabaseName string |
The name of the database in Source | ||
toDatabaseName string |
The name of the database in Destination | ||
fromObject string |
The name of the object in Source | ||
toObject string |
The name of the object in Destination | ||
fromDatabaseUser New in version 3.10.0. |
The source (encrypted) database username | ||
toDatabaseUser New in version 3.10.0. |
The destination (encrypted) database username | ||
isGlobal boolean |
Is this a global mapping |
Inherited fields:
Entity¶
Field | NULL | Description | Note |
---|---|---|---|
id string (GUID) |
The id of this object Example: 572bd576-8c92-4901-ab2a-b16e38144813 |
Allow null incase insert a new entity | |
state integer |
The entity state of this object
|
||
deleted boolean |
Is this object deleted | ||
inserted boolean |
Is this object inserted | ||
version string |
Y | The version | |
created datetime in ISO 8601 format |
Y | The created datetime | |
createdBy string |
The creator | ||
modified datetime in ISO 8601 format |
Y | The modification datetime | |
modifiedBy string |
The user who last modified this object |
Sample:
{
"workspaceMappingTenants" : [],
"workspaceId" : "49d886bc-45be-4acf-8ebe-4de775546f8c",
"fromDatabaseName" : "[MSSQL] Northwind",
"type" : 2,
"fromObject" : "",
"toDatabaseName" : "",
"toObject" : "",
"isGlobal" : false,
"id" : "b0cd65d5-762a-48be-afc8-5bc9678aebd0",
"state" : 0,
"inserted" : true,
"version" : null,
"created" : null,
"createdBy" : null,
"modified" : null,
"modifiedBy" : null
}