Class SqlScriptMetadata

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SqlScriptMetadata

public final class SqlScriptMetadata extends Object
The metadata of the SQL script.
  • Constructor Details

    • SqlScriptMetadata

      public SqlScriptMetadata()
  • Method Details

    • getLanguage

      public String getLanguage()
      Get the language property: The language of the SQL script.
      Returns:
      the language value.
    • setLanguage

      public SqlScriptMetadata setLanguage(String language)
      Set the language property: The language of the SQL script.
      Parameters:
      language - the language value to set.
      Returns:
      the SqlScriptMetadata object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: The metadata of the SQL script.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public SqlScriptMetadata setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: The metadata of the SQL script.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the SqlScriptMetadata object itself.