Class InformixTableDataset
java.lang.Object
com.azure.analytics.synapse.artifacts.models.Dataset
com.azure.analytics.synapse.artifacts.models.InformixTableDataset
The Informix table dataset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the tableName property: The Informix table name.setAnnotations(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.setDescription(String description) Set the description property: Dataset description.setFolder(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.setLinkedServiceName(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.setParameters(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.Set the schema property: Columns that define the physical type schema of the dataset.setStructure(Object structure) Set the structure property: Columns that define the structure of the dataset.setTableName(Object tableName) Set the tableName property: The Informix table name.Methods inherited from class com.azure.analytics.synapse.artifacts.models.Dataset
getAdditionalProperties, getAnnotations, getDescription, getFolder, getLinkedServiceName, getParameters, getSchema, getStructure, setAdditionalProperties
-
Constructor Details
-
InformixTableDataset
public InformixTableDataset()
-
-
Method Details
-
getTableName
Get the tableName property: The Informix table name. Type: string (or Expression with resultType string).- Returns:
- the tableName value.
-
setTableName
Set the tableName property: The Informix table name. Type: string (or Expression with resultType string).- Parameters:
tableName- the tableName value to set.- Returns:
- the InformixTableDataset object itself.
-
setDescription
Set the description property: Dataset description.- Overrides:
setDescriptionin classDataset- Parameters:
description- the description value to set.- Returns:
- the Dataset object itself.
-
setStructure
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.- Overrides:
setStructurein classDataset- Parameters:
structure- the structure value to set.- Returns:
- the Dataset object itself.
-
setSchema
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. -
setLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
setLinkedServiceNamein classDataset- Parameters:
linkedServiceName- the linkedServiceName value to set.- Returns:
- the Dataset object itself.
-
setParameters
Set the parameters property: Parameters for dataset.- Overrides:
setParametersin classDataset- Parameters:
parameters- the parameters value to set.- Returns:
- the Dataset object itself.
-
setAnnotations
Set the annotations property: List of tags that can be used for describing the Dataset.- Overrides:
setAnnotationsin classDataset- Parameters:
annotations- the annotations value to set.- Returns:
- the Dataset object itself.
-
setFolder
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
-