Class QueryExecutionResult

java.lang.Object
com.azure.resourcemanager.datamigration.models.QueryExecutionResult

public final class QueryExecutionResult extends Object
Describes query analysis results for execution in source and target.
  • Constructor Details

    • QueryExecutionResult

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

    • queryText

      public String queryText()
      Get the queryText property: Query text retrieved from the source server.
      Returns:
      the queryText value.
    • statementsInBatch

      public Long statementsInBatch()
      Get the statementsInBatch property: Total no. of statements in the batch.
      Returns:
      the statementsInBatch value.
    • sourceResult

      public ExecutionStatistics sourceResult()
      Get the sourceResult property: Query analysis result from the source.
      Returns:
      the sourceResult value.
    • targetResult

      public ExecutionStatistics targetResult()
      Get the targetResult property: Query analysis result from the target.
      Returns:
      the targetResult value.
    • validate

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