Dataset Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Dataset
- com.
Implements
public class Dataset
implements JsonSerializable<Dataset>
The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Constructor Summary
| Constructor | Description |
|---|---|
| Dataset() |
Creates an instance of Dataset class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Dataset |
fromJson(JsonReader jsonReader)
Reads an instance of Dataset from the Json |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| List<Object> |
getAnnotations()
Get the annotations property: List of tags that can be used for describing the Dataset. |
| String |
getDescription()
Get the description property: Dataset description. |
|
Dataset |
getFolder()
Get the folder property: The folder that this Dataset is in. |
|
Linked |
getLinkedServiceName()
Get the linked |
|
Map<String,Parameter |
getParameters()
Get the parameters property: Parameters for dataset. |
| Object |
getSchema()
Get the schema property: Columns that define the physical type schema of the dataset. |
| Object |
getStructure()
Get the structure property: Columns that define the structure of the dataset. |
| String |
getType()
Get the type property: Type of dataset. |
| Dataset |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
| Dataset |
setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
| Dataset |
setDescription(String description)
Set the description property: Dataset description. |
| Dataset |
setFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
| Dataset |
setLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
| Dataset |
setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
| Dataset |
setSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
| Dataset |
setStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
Dataset
public Dataset()
Creates an instance of Dataset class.
Method Details
fromJson
public static Dataset fromJson(JsonReader jsonReader)
Reads an instance of Dataset from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Returns:
getAnnotations
public List<Object> getAnnotations()
Get the annotations property: List of tags that can be used for describing the Dataset.
Returns:
getDescription
public String getDescription()
Get the description property: Dataset description.
Returns:
getFolder
public DatasetFolder getFolder()
Get the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Returns:
getLinkedServiceName
public LinkedServiceReference getLinkedServiceName()
Get the linkedServiceName property: Linked service reference.
Returns:
getParameters
public Map<String,ParameterSpecification> getParameters()
Get the parameters property: Parameters for dataset.
Returns:
getSchema
public Object getSchema()
Get the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
Returns:
getStructure
public Object getStructure()
Get the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
Returns:
getType
public String getType()
Get the type property: Type of dataset.
Returns:
setAdditionalProperties
public Dataset setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
Parameters:
Returns:
setAnnotations
public Dataset setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Parameters:
Returns:
setDescription
public Dataset setDescription(String description)
Set the description property: Dataset description.
Parameters:
Returns:
setFolder
public Dataset setFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Parameters:
Returns:
setLinkedServiceName
public Dataset setLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Parameters:
Returns:
setParameters
public Dataset setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Parameters:
Returns:
setSchema
public Dataset setSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
Parameters:
Returns:
setStructure
public Dataset setStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
Parameters:
Returns: