你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MongoDbFinishCommandInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the input to the 'finish' MongoDB migration command
public class MongoDbFinishCommandInput : Microsoft.Azure.Management.DataMigration.Models.MongoDbCommandInput
type MongoDbFinishCommandInput = class
inherit MongoDbCommandInput
Public Class MongoDbFinishCommandInput
Inherits MongoDbCommandInput
- Inheritance
Constructors
MongoDbFinishCommandInput() |
Initializes a new instance of the MongoDbFinishCommandInput class. |
MongoDbFinishCommandInput(Boolean, String) |
Initializes a new instance of the MongoDbFinishCommandInput class. |
Properties
Immediate |
Gets or sets 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 |
Gets or sets the qualified name of a database or collection to act upon, or null to act upon the entire migration (Inherited from MongoDbCommandInput) |
Methods
Validate() |
Validate the object. |