Class AzureSearchIndexDatasetTypeProperties


  • public final class AzureSearchIndexDatasetTypeProperties
    extends Object
    Properties specific to this dataset type.
    • Constructor Detail

      • AzureSearchIndexDatasetTypeProperties

        public AzureSearchIndexDatasetTypeProperties()
    • Method Detail

      • indexName

        public Object indexName()
        Get the indexName property: The name of the Azure Search Index. Type: string (or Expression with resultType string).
        Returns:
        the indexName value.
      • withIndexName

        public AzureSearchIndexDatasetTypeProperties withIndexName​(Object indexName)
        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 AzureSearchIndexDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.