MongoDbFinishCommandInput Constructors

Definition

Overloads

MongoDbFinishCommandInput()

Initializes a new instance of the MongoDbFinishCommandInput class.

MongoDbFinishCommandInput(Boolean, String)

Initializes a new instance of the MongoDbFinishCommandInput class.

MongoDbFinishCommandInput()

Initializes a new instance of the MongoDbFinishCommandInput class.

public MongoDbFinishCommandInput ();
Public Sub New ()

Applies to

MongoDbFinishCommandInput(Boolean, String)

Initializes a new instance of the MongoDbFinishCommandInput class.

public MongoDbFinishCommandInput (bool immediate, string objectName = default);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommandInput : bool * string -> Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommandInput
Public Sub New (immediate As Boolean, Optional objectName As String = Nothing)

Parameters

immediate
Boolean

If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication.

objectName
String

The qualified name of a database or collection to act upon, or null to act upon the entire migration

Applies to