Megosztás a következőn keresztül:


MongoDBFinishCommandInput Class

Definition

Describes the input to the 'finish' MongoDB migration command.

public class MongoDBFinishCommandInput : Azure.ResourceManager.DataMigration.Models.MongoDBCommandInput
type MongoDBFinishCommandInput = class
    inherit MongoDBCommandInput
Public Class MongoDBFinishCommandInput
Inherits MongoDBCommandInput
Inheritance
MongoDBFinishCommandInput

Constructors

MongoDBFinishCommandInput(Boolean)

Initializes a new instance of MongoDBFinishCommandInput.

Properties

Immediate

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

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

(Inherited from MongoDBCommandInput)

Applies to