Class MigrateSqlServerSqlDbDatabaseInputResponse


  • public final class MigrateSqlServerSqlDbDatabaseInputResponse
    extends java.lang.Object
    • Method Detail

      • makeSourceDbReadOnly

        public java.util.Optional<java.lang.Boolean> makeSourceDbReadOnly()
        Returns:
        Whether to set database read only before migration
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name of the database
      • tableMap

        public java.util.Map<java.lang.String,​java.lang.String> tableMap()
        Returns:
        Mapping of source to target tables
      • targetDatabaseName

        public java.util.Optional<java.lang.String> targetDatabaseName()
        Returns:
        Name of target database. Note: Target database will be truncated before starting migration.