Class ResultStatistics

java.lang.Object
com.azure.resourcemanager.loganalytics.models.ResultStatistics

public final class ResultStatistics extends Object
Search job execution statistics.
  • Constructor Details

    • ResultStatistics

      public ResultStatistics()
  • Method Details

    • progress

      public Float progress()
      Get the progress property: Search job completion percentage.
      Returns:
      the progress value.
    • ingestedRecords

      public Integer ingestedRecords()
      Get the ingestedRecords property: The number of rows that were returned by the search job.
      Returns:
      the ingestedRecords value.
    • validate

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