Class WaitStatistics

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

public final class WaitStatistics extends Object
Wait statistics gathered during query batch execution.
  • Constructor Details

    • WaitStatistics

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

    • waitType

      public String waitType()
      Get the waitType property: Type of the Wait.
      Returns:
      the waitType value.
    • waitTimeMs

      public Float waitTimeMs()
      Get the waitTimeMs property: Total wait time in millisecond(s).
      Returns:
      the waitTimeMs value.
    • waitCount

      public Long waitCount()
      Get the waitCount property: Total no. of waits.
      Returns:
      the waitCount value.
    • validate

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