Freigeben über


IMongoMigrationCollection Interface

Definition

[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)

Applies to