Class Schema
java.lang.Object
com.azure.resourcemanager.loganalytics.models.Schema
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Schema>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the categories property: Table category.columns()Get the columns property: A list of table custom columns.Get the description property: Table description.Get the displayName property: Table display name.static SchemafromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Schema from the JsonReader.labels()Get the labels property: Table labels.name()Get the name property: Table name.Get the solutions property: List of solutions the table is affiliated with.source()Get the source property: Table's creator.Get the standardColumns property: A list of table standard columns.Get the tableSubType property: The subtype describes what APIs can be used to interact with the table, and what features are available against it.Get the tableType property: Table's creator.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) withColumns(List<Column> columns) Set the columns property: A list of table custom columns.withDescription(String description) Set the description property: Table description.withDisplayName(String displayName) Set the displayName property: Table display name.Set the name property: Table name.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
-
Constructor Details
-
Schema
public Schema()Creates an instance of Schema class.
-
-
Method Details
-
name
-
withName
-
displayName
Get the displayName property: Table display name.- Returns:
- the displayName value.
-
withDisplayName
-
description
Get the description property: Table description.- Returns:
- the description value.
-
withDescription
-
columns
-
withColumns
-
standardColumns
-
categories
-
labels
-
source
-
tableType
Get the tableType property: Table's creator.- Returns:
- the tableType value.
-
tableSubType
Get the tableSubType property: The subtype describes what APIs can be used to interact with the table, and what features are available against it.- Returns:
- the tableSubType value.
-
solutions
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<Schema>- Throws:
IOException
-
fromJson
Reads an instance of Schema from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of Schema if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the Schema.
-