KqlScript Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.KqlScript

Implements

public final class KqlScript
implements JsonSerializable<KqlScript>

The KqlScript model.

Constructor Summary

Constructor Description
KqlScript()

Creates an instance of KqlScript class.

Method Summary

Modifier and Type Method and Description
static KqlScript fromJson(JsonReader jsonReader)

Reads an instance of KqlScript from the JsonReader.

KqlScriptContent getContent()

Get the content property: The content property.

KqlScript setContent(KqlScriptContent content)

Set the content property: The content property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

KqlScript

public KqlScript()

Creates an instance of KqlScript class.

Method Details

fromJson

public static KqlScript fromJson(JsonReader jsonReader)

Reads an instance of KqlScript from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of KqlScript 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 KqlScript.

getContent

public KqlScriptContent getContent()

Get the content property: The content property.

Returns:

the content value.

setContent

public KqlScript setContent(KqlScriptContent content)

Set the content property: The content property.

Parameters:

content - the content value to set.

Returns:

the KqlScript object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to