Class CoreSummary

java.lang.Object
com.azure.resourcemanager.loganalytics.models.CoreSummary
All Implemented Interfaces:
com.azure.json.JsonSerializable<CoreSummary>

public final class CoreSummary extends Object implements com.azure.json.JsonSerializable<CoreSummary>
The core summary of a search.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of CoreSummary from the JsonReader.
    long
    Get the numberOfDocuments property: The number of documents of a core summary.
    Get the status property: The status of a core summary.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Method Details

    • status

      public String status()
      Get the status property: The status of a core summary.
      Returns:
      the status value.
    • numberOfDocuments

      public long numberOfDocuments()
      Get the numberOfDocuments property: The number of documents of a core summary.
      Returns:
      the numberOfDocuments value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<CoreSummary>
      Throws:
      IOException
    • fromJson

      public static CoreSummary fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of CoreSummary from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of CoreSummary if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the CoreSummary.