SqlScriptFolder Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SqlScriptFolder
- com.
Implements
public final class SqlScriptFolder
implements JsonSerializable<SqlScriptFolder>
The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlScriptFolder() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
getName()
Get the name property: The name of the folder that this SQL script is in. |
|
Sql |
setName(String name)
Set the name property: The name of the folder that this SQL script is in. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SqlScriptFolder
public SqlScriptFolder()
Creates an instance of SqlScriptFolder class.
Method Details
fromJson
public static SqlScriptFolder fromJson(JsonReader jsonReader)
Reads an instance of SqlScriptFolder from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the folder that this SQL script is in.
Returns:
setName
public SqlScriptFolder setName(String name)
Set the name property: The name of the folder that this SQL script is in.
Parameters:
Returns: