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 TypeMethodDescriptionstatic CoreSummaryfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CoreSummary from the JsonReader.longGet the numberOfDocuments property: The number of documents of a core summary.status()Get the status property: The status of a core summary.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
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
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<CoreSummary>- Throws:
IOException
-
fromJson
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.
-