DatabaseMigrationPropertiesCosmosDbMongo interface
Database Migration Resource properties for CosmosDb for Mongo.
- Extends
Properties
| collection |
List of Mongo Collections to be migrated. |
| kind | Polymorphic discriminator, which specifies the different types this object can be |
| source |
Source Mongo connection details. |
| target |
Target Cosmos DB Mongo connection details. |
Inherited Properties
| ended |
Database migration end time. NOTE: This property will not be serialized. It can only be populated by the server. |
| migration |
Error details in case of migration failure. NOTE: This property will not be serialized. It can only be populated by the server. |
| migration |
ID for current migration operation. |
| migration |
Resource Id of the Migration Service. |
| migration |
Migration status. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
Error message for migration provisioning failure, if any. |
| provisioning |
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. NOTE: This property will not be serialized. It can only be populated by the server. |
| scope | Resource Id of the target resource. |
| started |
Database migration start time. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
collectionList
List of Mongo Collections to be migrated.
collectionList?: MongoMigrationCollection[]
Property Value
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "MongoToCosmosDbMongo"
Property Value
"MongoToCosmosDbMongo"
sourceMongoConnection
Source Mongo connection details.
sourceMongoConnection?: MongoConnectionInformation
Property Value
targetMongoConnection
Target Cosmos DB Mongo connection details.
targetMongoConnection?: MongoConnectionInformation
Property Value
Inherited Property Details
endedOn
Database migration end time. NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
Inherited From DatabaseMigrationBaseProperties.endedOn
migrationFailureError
Error details in case of migration failure. NOTE: This property will not be serialized. It can only be populated by the server.
migrationFailureError?: ErrorInfo
Property Value
Inherited From DatabaseMigrationBaseProperties.migrationFailureError
migrationOperationId
ID for current migration operation.
migrationOperationId?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.migrationOperationId
migrationService
Resource Id of the Migration Service.
migrationService?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.migrationService
migrationStatus
Migration status. NOTE: This property will not be serialized. It can only be populated by the server.
migrationStatus?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.migrationStatus
provisioningError
Error message for migration provisioning failure, if any.
provisioningError?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.provisioningError
provisioningState
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.provisioningState
scope
Resource Id of the target resource.
scope?: string
Property Value
string
Inherited From DatabaseMigrationBaseProperties.scope
startedOn
Database migration start time. NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
Inherited From DatabaseMigrationBaseProperties.startedOn