Compartir a través de


IMongoMigrationProgressDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MongoMigrationProgressDetailsTypeConverter))]
public interface IMongoMigrationProgressDetails : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MongoMigrationProgressDetailsTypeConverter))>]
type IMongoMigrationProgressDetails = interface
    interface IJsonSerializable
Public Interface IMongoMigrationProgressDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DurationInSecond

Migration duration

MigrationError

Migration Error

MigrationStatus

Migration Status

ProcessedDocumentCount

Processed Document Count

SourceDocumentCount

Source Document Count

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to