Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataSourceType
Packages that use SearchIndexerDataSourceType
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerDataSourceType in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as SearchIndexerDataSourceTypeModifier and TypeFieldDescriptionstatic final SearchIndexerDataSourceType
SearchIndexerDataSourceType.ADLS_GEN2
Static value adlsgen2 for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
SearchIndexerDataSourceType.AZURE_BLOB
Static value azureblob for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
SearchIndexerDataSourceType.AZURE_SQL
Static value azuresql for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
SearchIndexerDataSourceType.AZURE_TABLE
Static value azuretable for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
SearchIndexerDataSourceType.COSMOS_DB
Static value cosmosdb for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
SearchIndexerDataSourceType.MY_SQL
Static value mysql for SearchIndexerDataSourceType.Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataSourceTypeModifier and TypeMethodDescriptionstatic SearchIndexerDataSourceType
SearchIndexerDataSourceType.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
.