DataMigrationMongoDBFinishCommandInput 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 DataMigrationMongoDBFinishCommandInput : Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBCommandInput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBFinishCommandInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBFinishCommandInput>
type DataMigrationMongoDBFinishCommandInput = class
inherit DataMigrationMongoDBCommandInput
interface IJsonModel<DataMigrationMongoDBFinishCommandInput>
interface IPersistableModel<DataMigrationMongoDBFinishCommandInput>
Public Class DataMigrationMongoDBFinishCommandInput
Inherits DataMigrationMongoDBCommandInput
Implements IJsonModel(Of DataMigrationMongoDBFinishCommandInput), IPersistableModel(Of DataMigrationMongoDBFinishCommandInput)
- Inheritance
- Implements
Constructors
DataMigrationMongoDBFinishCommandInput(Boolean) |
Initializes a new instance of DataMigrationMongoDBFinishCommandInput. |
Properties
ObjectName |
The qualified name of a database or collection to act upon, or null to act upon the entire migration. (Inherited from DataMigrationMongoDBCommandInput) |
ShouldStopReplicationImmediately |
If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |