DatabaseMigrationCosmosDbMongo interface
Mongo 到 CosmosDb 的資料庫遷移資源。
- Extends
屬性
| collection |
要移轉的 Mongo 集合清單。 |
| ended |
資料庫移轉結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| kind | |
| migration |
移轉失敗時的錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| migration |
目前移轉作業的標識碼。 |
| migration |
移轉服務的資源標識碼。 |
| migration |
移轉狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| provisioning |
移轉布建失敗的錯誤訊息,如果有的話。 |
| provisioning |
布建移轉狀態。 ProvisioningState 即 Succeeded 表示已執行驗證,並已開始移轉。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| scope | 目標資源的資源標識碼。 |
| source |
來源 Mongo 連線詳細數據。 |
| started |
資料庫移轉開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| target |
目標 Cosmos DB Mongo 連線詳細數據。 |
繼承的屬性
| id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
| name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| type | 資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
collectionList
endedOn
資料庫移轉結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
endedOn?: Date
屬性值
Date
kind
kind?: string
屬性值
string
migrationFailureError
migrationOperationId
目前移轉作業的標識碼。
migrationOperationId?: string
屬性值
string
migrationService
移轉服務的資源標識碼。
migrationService?: string
屬性值
string
migrationStatus
移轉狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
migrationStatus?: string
屬性值
string
provisioningError
移轉布建失敗的錯誤訊息,如果有的話。
provisioningError?: string
屬性值
string
provisioningState
布建移轉狀態。 ProvisioningState 即 Succeeded 表示已執行驗證,並已開始移轉。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
scope
目標資源的資源標識碼。
scope?: string
屬性值
string
sourceMongoConnection
startedOn
資料庫移轉開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
startedOn?: Date
屬性值
Date
targetMongoConnection
目標 Cosmos DB Mongo 連線詳細數據。
targetMongoConnection?: MongoConnectionInformation
屬性值
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
type
資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string