Class AzureSearchIndexDataset
java.lang.Object
com.azure.analytics.synapse.artifacts.models.Dataset
com.azure.analytics.synapse.artifacts.models.AzureSearchIndexDataset
The Azure Search Index.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureSearchIndexDataset class. -
Method Summary
Modifier and TypeMethodDescriptionGet the indexName property: The name of the Azure Search Index.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.setIndexName
(Object indexName) Set the indexName property: The name of the Azure Search Index.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.Methods inherited from class com.azure.analytics.synapse.artifacts.models.Dataset
getAdditionalProperties, getAnnotations, getDescription, getFolder, getLinkedServiceName, getParameters, getSchema, getStructure, setAdditionalProperties
-
Constructor Details
-
AzureSearchIndexDataset
public AzureSearchIndexDataset()Creates an instance of AzureSearchIndexDataset class.
-
-
Method Details
-
getIndexName
Get the indexName property: The name of the Azure Search Index. Type: string (or Expression with resultType string).- Returns:
- the indexName value.
-
setIndexName
Set the indexName property: The name of the Azure Search Index. Type: string (or Expression with resultType string).- Parameters:
indexName
- the indexName value to set.- Returns:
- the AzureSearchIndexDataset 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.
-