Connect To Mongo Db Task Properties Response
data class ConnectToMongoDbTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: MongoDbConnectionInfoResponse? = null, val output: List<MongoDbClusterInfoResponse>, val state: String, val taskType: String)
Properties for the task that validates the connection to and provides information about a MongoDB server
Constructors
Link copied to clipboard
fun ConnectToMongoDbTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: MongoDbConnectionInfoResponse? = null, output: List<MongoDbClusterInfoResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard