Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataSourceType
Packages that use SearchIndexerDataSourceType
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerDataSourceType in com.azure.search.documents.indexes.models
Subclasses with type arguments of type SearchIndexerDataSourceType in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines the type of a datasource.Fields in com.azure.search.documents.indexes.models declared as SearchIndexerDataSourceTypeModifier and TypeFieldDescriptionstatic final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.ADLS_GEN2Indicates an ADLS Gen2 datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_BLOBIndicates an Azure Blob datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_SQLIndicates an Azure SQL datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_TABLEIndicates an Azure Table datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.COSMOS_DBIndicates a CosmosDB datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.MY_SQLIndicates a MySql datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.ONE_LAKEIndicates a Microsoft Fabric OneLake datasource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.SHARE_POINTIndicates a SharePoint datasource.Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataSourceTypeModifier and TypeMethodDescriptionstatic SearchIndexerDataSourceTypeSearchIndexerDataSourceType.fromString(String name) Creates or finds a SearchIndexerDataSourceType from its string representation.SearchIndexerDataSourceConnection.getType()Get the type property: The type of the datasource.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerDataSourceTypeModifier and TypeMethodDescriptionSearchIndexerDataSourceType.values()Gets known SearchIndexerDataSourceType values.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataSourceTypeModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.setType(SearchIndexerDataSourceType type) Set the type property: The type of the datasource.Constructors in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataSourceTypeModifierConstructorDescriptionSearchIndexerDataSourceConnection(String name, SearchIndexerDataSourceType type, String connectionString, SearchIndexerDataContainer container) Constructor ofSearchIndexerDataSourceConnection.