MigrateSqlServerSqlDbTaskInputArgs

data class MigrateSqlServerSqlDbTaskInputArgs(val encryptedKeyForSecureFields: Output<String>? = null, val selectedDatabases: Output<List<MigrateSqlServerSqlDbDatabaseInputArgs>>, val sourceConnectionInfo: Output<SqlConnectionInfoArgs>, val startedOn: Output<String>? = null, val targetConnectionInfo: Output<SqlConnectionInfoArgs>, val validationOptions: Output<MigrationValidationOptionsArgs>? = null) : ConvertibleToJava<MigrateSqlServerSqlDbTaskInputArgs>

Input for the task that migrates on-prem SQL Server databases to Azure SQL Database

Constructors

Link copied to clipboard
constructor(encryptedKeyForSecureFields: Output<String>? = null, selectedDatabases: Output<List<MigrateSqlServerSqlDbDatabaseInputArgs>>, sourceConnectionInfo: Output<SqlConnectionInfoArgs>, startedOn: Output<String>? = null, targetConnectionInfo: Output<SqlConnectionInfoArgs>, validationOptions: Output<MigrationValidationOptionsArgs>? = null)

Properties

Link copied to clipboard
val encryptedKeyForSecureFields: Output<String>? = null

encrypted key for secure fields

Link copied to clipboard
Link copied to clipboard

Information for connecting to source

Link copied to clipboard
val startedOn: Output<String>? = null

Date and time relative to UTC when the migration was started on

Link copied to clipboard

Information for connecting to target

Link copied to clipboard

Options for enabling various post migration validations. Available options, 1.) Data Integrity Check: Performs a checksum based comparison on source and target tables after the migration to ensure the correctness of the data. 2.) Schema Validation: Performs a thorough schema comparison between the source and target tables and provides a list of differences between the source and target database, 3.) Query Analysis: Executes a set of queries picked up automatically either from the Query Plan Cache or Query Store and execute them and compares the execution time between the source and target database.

Functions

Link copied to clipboard
open override fun toJava(): MigrateSqlServerSqlDbTaskInputArgs