Class SqlScriptFolder

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

public final class SqlScriptFolder extends Object
The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.
  • Constructor Details

    • SqlScriptFolder

      public SqlScriptFolder()
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the folder that this SQL script is in.
      Returns:
      the name value.
    • setName

      public SqlScriptFolder setName(String name)
      Set the name property: The name of the folder that this SQL script is in.
      Parameters:
      name - the name value to set.
      Returns:
      the SqlScriptFolder object itself.