Migration interface
企业实时迁移
属性
| changed |
最后一次改变了这次迁徙的身份。 |
| changed |
这次迁移最后更改的UTC日期/时间。 |
| created |
正是这场迁徙的身份。 |
| created |
迁移创建的UTC日期/时间。 |
| error |
导致迁移失败的错误。 |
| repository |
RepositoryID |
| scheduled |
UTC日期/时间表示切换发生的时间。 |
| status | 迁移是“活跃”、“完成”还是“失败”。 |
| target |
最终拥有迁移仓库的用户ID。 |
| target |
URL标识迁移的目的地仓库。 |
| validate |
如果迁移仅进行迁移前验证,那是正确的。 |
| validation |
这是迁移前检查中发现的任何问题清单。 |
| validation |
这是在移民前检查中发现的任何警告清单。 |
属性详细信息
changedBy
changedDate
这次迁移最后更改的UTC日期/时间。
changedDate: Date
属性值
Date
createdBy
createdDate
迁移创建的UTC日期/时间。
createdDate: Date
属性值
Date
errorMessage
导致迁移失败的错误。
errorMessage: string
属性值
string
repositoryId
RepositoryID
repositoryId: string
属性值
string
scheduledCutoverDate
UTC日期/时间表示切换发生的时间。
scheduledCutoverDate: Date
属性值
Date
status
targetOwnerUserId
最终拥有迁移仓库的用户ID。
targetOwnerUserId: string
属性值
string
targetRepository
URL标识迁移的目的地仓库。
targetRepository: string
属性值
string
validateOnly
如果迁移仅进行迁移前验证,那是正确的。
validateOnly: boolean
属性值
boolean
validationIssues
这是迁移前检查中发现的任何问题清单。
validationIssues: string[]
属性值
string[]
validationWarnings
这是在移民前检查中发现的任何警告清单。
validationWarnings: string[]
属性值
string[]