Class SapEccResourceDataset
java.lang.Object
com.azure.analytics.synapse.artifacts.models.Dataset
com.azure.analytics.synapse.artifacts.models.SapEccResourceDataset
The path of the SAP ECC OData entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Get the path property: The path of the SAP ECC OData entity.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 path property: The path of the SAP ECC OData entity.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.Methods inherited from class com.azure.analytics.synapse.artifacts.models.Dataset
getAdditionalProperties, getAnnotations, getDescription, getFolder, getLinkedServiceName, getParameters, getSchema, getStructure, setAdditionalProperties
-
Constructor Details
-
SapEccResourceDataset
public SapEccResourceDataset()Creates an instance of SapEccResourceDataset class.
-
-
Method Details
-
getPath
Get the path property: The path of the SAP ECC OData entity. Type: string (or Expression with resultType string).- Returns:
- the path value.
-
setPath
Set the path property: The path of the SAP ECC OData entity. Type: string (or Expression with resultType string).- Parameters:
path
- the path value to set.- Returns:
- the SapEccResourceDataset object itself.
-
setDescription
Set the description property: Dataset description.- Overrides:
setDescription
in 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:
setStructure
in 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:
setLinkedServiceName
in classDataset
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the Dataset object itself.
-
setParameters
Set the parameters property: Parameters for dataset.- Overrides:
setParameters
in 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:
setAnnotations
in 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.
-