SqlScriptMetadata Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SqlScriptMetadata
- com.
Implements
public final class SqlScriptMetadata
implements JsonSerializable<SqlScriptMetadata>
The metadata of the SQL script.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlScriptMetadata() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getLanguage()
Get the language property: The language of the SQL script. |
|
Sql |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Sql |
setLanguage(String language)
Set the language property: The language of the SQL script. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SqlScriptMetadata
public SqlScriptMetadata()
Creates an instance of SqlScriptMetadata class.
Method Details
fromJson
public static SqlScriptMetadata fromJson(JsonReader jsonReader)
Reads an instance of SqlScriptMetadata from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: The metadata of the SQL script.
Returns:
getLanguage
public String getLanguage()
Get the language property: The language of the SQL script.
Returns:
setAdditionalProperties
public SqlScriptMetadata setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The metadata of the SQL script.
Parameters:
Returns:
setLanguage
public SqlScriptMetadata setLanguage(String language)
Set the language property: The language of the SQL script.
Parameters:
Returns: