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