Class MigrateSqlServerSqlDbTaskOutputDatabaseLevel

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlDbTaskOutput
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlDbTaskOutputDatabaseLevel

public final class MigrateSqlServerSqlDbTaskOutputDatabaseLevel extends MigrateSqlServerSqlDbTaskOutput
Database level result for Sql Server to Azure Sql DB migration.
  • Constructor Details

    • MigrateSqlServerSqlDbTaskOutputDatabaseLevel

      public MigrateSqlServerSqlDbTaskOutputDatabaseLevel()
      Creates an instance of MigrateSqlServerSqlDbTaskOutputDatabaseLevel class.
  • Method Details

    • databaseName

      public String databaseName()
      Get the databaseName property: Name of the item.
      Returns:
      the databaseName value.
    • startedOn

      public OffsetDateTime startedOn()
      Get the startedOn property: Migration start time.
      Returns:
      the startedOn value.
    • endedOn

      public OffsetDateTime endedOn()
      Get the endedOn property: Migration end time.
      Returns:
      the endedOn value.
    • state

      public MigrationState state()
      Get the state property: Current state of migration.
      Returns:
      the state value.
    • stage

      public DatabaseMigrationStage stage()
      Get the stage property: Migration stage that this database is in.
      Returns:
      the stage value.
    • statusMessage

      public String statusMessage()
      Get the statusMessage property: Status message.
      Returns:
      the statusMessage value.
    • message

      public String message()
      Get the message property: Migration progress message.
      Returns:
      the message value.
    • numberOfObjects

      public Long numberOfObjects()
      Get the numberOfObjects property: Number of objects.
      Returns:
      the numberOfObjects value.
    • numberOfObjectsCompleted

      public Long numberOfObjectsCompleted()
      Get the numberOfObjectsCompleted property: Number of successfully completed objects.
      Returns:
      the numberOfObjectsCompleted value.
    • errorCount

      public Long errorCount()
      Get the errorCount property: Number of database/object errors.
      Returns:
      the errorCount value.
    • errorPrefix

      public String errorPrefix()
      Get the errorPrefix property: Wildcard string prefix to use for querying all errors of the item.
      Returns:
      the errorPrefix value.
    • resultPrefix

      public String resultPrefix()
      Get the resultPrefix property: Wildcard string prefix to use for querying all sub-tem results of the item.
      Returns:
      the resultPrefix value.
    • exceptionsAndWarnings

      public List<ReportableException> exceptionsAndWarnings()
      Get the exceptionsAndWarnings property: Migration exceptions and warnings.
      Returns:
      the exceptionsAndWarnings value.
    • objectSummary

      public String objectSummary()
      Get the objectSummary property: Summary of object results in the migration.
      Returns:
      the objectSummary value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MigrateSqlServerSqlDbTaskOutput
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.