ConnectToSourceSqlServerTaskOutputDatabaseLevelResponse

data class ConnectToSourceSqlServerTaskOutputDatabaseLevelResponse(val compatibilityLevel: String, val databaseFiles: List<DatabaseFileInfoResponse>, val databaseState: String, val id: String, val name: String, val resultType: String, val sizeMB: Double)

Database level output for the task that validates connection to SQL Server and also validates source server requirements

Constructors

constructor(compatibilityLevel: String, databaseFiles: List<DatabaseFileInfoResponse>, databaseState: String, id: String, name: String, resultType: String, sizeMB: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SQL Server compatibility level of database

Link copied to clipboard

The list of database files

Link copied to clipboard

State of the database

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Database name

Link copied to clipboard

Type of result - database level or task level Expected value is 'DatabaseLevelOutput'.

Link copied to clipboard

Size of the file in megabytes