Connect To Source Sql Server Sync Task Properties Response
data class ConnectToSourceSqlServerSyncTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ConnectToSourceSqlServerTaskInputResponse? = null, val output: List<Any>, val state: String, val taskType: String)
Properties for the task that validates connection to SQL Server and source server requirements for online migration
Constructors
Link copied to clipboard
constructor(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ConnectToSourceSqlServerTaskInputResponse? = null, output: List<Any>, state: String, taskType: String)
Properties
Link copied to clipboard
Key value pairs of client data to attach meta data information to task
Link copied to clipboard
val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>
Array of command properties.
Link copied to clipboard
Array of errors. This is ignored if submitted.
Link copied to clipboard
Task input