MongoDBFinishCommandInput クラス

定義

'finish' MongoDB 移行コマンドへの入力について説明します。

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

コンストラクター

MongoDBFinishCommandInput(Boolean)

MongoDBFinishCommandInput の新しいインスタンスを初期化します。

プロパティ

Immediate

true の場合、影響を受けるオブジェクトのレプリケーションはすぐに停止されます。 false の場合、レプリケーションを完了する前に、移行者はキューに登録されたイベントの再生を完了します。

ObjectName

操作対象のデータベースまたはコレクションの修飾名。移行全体に対して動作する場合は null。

(継承元 MongoDBCommandInput)

適用対象