Class DataItemMigrationSummaryResult

java.lang.Object
com.azure.resourcemanager.datamigration.models.DataItemMigrationSummaryResult
Direct Known Subclasses:
DatabaseSummaryResult

public class DataItemMigrationSummaryResult extends Object
Basic summary of a data item migration.
  • Constructor Details

    • DataItemMigrationSummaryResult

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

    • name

      public String name()
      Get the name property: Name of the item.
      Returns:
      the name 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.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.