Class MigrateSqlServerSqlDbTaskOutputTableLevel

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

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

    • MigrateSqlServerSqlDbTaskOutputTableLevel

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

    • objectName

      public String objectName()
      Get the objectName property: Name of the item.
      Returns:
      the objectName 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.
    • statusMessage

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

      public Long itemsCount()
      Get the itemsCount property: Number of items.
      Returns:
      the itemsCount value.
    • itemsCompletedCount

      public Long itemsCompletedCount()
      Get the itemsCompletedCount property: Number of successfully completed items.
      Returns:
      the itemsCompletedCount 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.
    • validate

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