IMongoMigrationCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MongoMigrationCollectionTypeConverter))]
public interface IMongoMigrationCollection : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MongoMigrationCollectionTypeConverter))>]
type IMongoMigrationCollection = interface
interface IJsonSerializable
Public Interface IMongoMigrationCollection
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| MigrationProgressDetailDurationInSecond |
Migration duration |
| MigrationProgressDetailMigrationError |
Migration Error |
| MigrationProgressDetailMigrationStatus |
Migration Status |
| MigrationProgressDetailProcessedDocumentCount |
Processed Document Count |
| MigrationProgressDetailSourceDocumentCount |
Source Document Count |
| SourceCollection |
Source collection name. |
| SourceDatabase |
Source database name. |
| TargetCollection |
Target collection name. |
| TargetDatabase |
Target database name. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |