MigrateSyncCompleteCommandPropertiesResponse

data class MigrateSyncCompleteCommandPropertiesResponse(val commandId: String? = null, val commandType: String, val errors: List<ODataErrorResponse>, val input: MigrateSyncCompleteCommandInputResponse? = null, val output: MigrateSyncCompleteCommandOutputResponse, val state: String)

Properties for the command that completes sync migration for a database.

Constructors

constructor(commandId: String? = null, commandType: String, errors: List<ODataErrorResponse>, input: MigrateSyncCompleteCommandInputResponse? = null, output: MigrateSyncCompleteCommandOutputResponse, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commandId: String? = null

Command id

Link copied to clipboard

Command type. Expected value is 'Migrate.Sync.Complete.Database'.

Link copied to clipboard

Array of errors. This is ignored if submitted.

Link copied to clipboard
Link copied to clipboard

Command output. This is ignored if submitted.

Link copied to clipboard

The state of the command. This is ignored if submitted.