CreateMigrationRequest interface
请求创建企业实时迁移。
属性
| scheduled |
UTC日期/时间表示切换发生的时间。 |
| target |
最终拥有迁移仓库的用户ID。 |
| target |
URL标识迁移的目的地仓库。 |
| validate |
如果迁移仅进行迁移前验证,那是正确的。 |
属性详细信息
scheduledCutoverDate
UTC日期/时间表示切换发生的时间。
scheduledCutoverDate: Date
属性值
Date
targetOwnerUserId
最终拥有迁移仓库的用户ID。
targetOwnerUserId: string
属性值
string
targetRepository
URL标识迁移的目的地仓库。
targetRepository: string
属性值
string
validateOnly
如果迁移仅进行迁移前验证,那是正确的。
validateOnly: boolean
属性值
boolean