DatasetDataElement Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DatasetDataElement
- com.
Implements
public final class DatasetDataElement
implements JsonSerializable<DatasetDataElement>
Columns that define the structure of the dataset.
Constructor Summary
| Constructor | Description |
|---|---|
| DatasetDataElement() |
Creates an instance of Dataset |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dataset |
fromJson(JsonReader jsonReader)
Reads an instance of Dataset |
| Object |
getName()
Get the name property: Name of the column. |
| Object |
getType()
Get the type property: Type of the column. |
|
Dataset |
setName(Object name)
Set the name property: Name of the column. |
|
Dataset |
setType(Object type)
Set the type property: Type of the column. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DatasetDataElement
public DatasetDataElement()
Creates an instance of DatasetDataElement class.
Method Details
fromJson
public static DatasetDataElement fromJson(JsonReader jsonReader)
Reads an instance of DatasetDataElement from the JsonReader.
Parameters:
Returns:
Throws:
getName
public Object getName()
Get the name property: Name of the column. Type: string (or Expression with resultType string).
Returns:
getType
public Object getType()
Get the type property: Type of the column. Type: string (or Expression with resultType string).
Returns:
setName
public DatasetDataElement setName(Object name)
Set the name property: Name of the column. Type: string (or Expression with resultType string).
Parameters:
Returns:
setType
public DatasetDataElement setType(Object type)
Set the type property: Type of the column. Type: string (or Expression with resultType string).
Parameters:
Returns: