Validate Mongo Db Task Properties Response
data class ValidateMongoDbTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: MongoDbMigrationSettingsResponse? = null, val output: List<MongoDbMigrationProgressResponse>, val state: String, val taskType: String)
Properties for the task that validates a migration between MongoDB data sources
Constructors
Link copied to clipboard
fun ValidateMongoDbTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: MongoDbMigrationSettingsResponse? = null, output: List<MongoDbMigrationProgressResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard