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_GEN2Definition of an Azure ADLS Gen 2 datasource whose credentials can either be a storage connection string or the ResourceId of the storage account.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_BLOBDefinition of an Azure Blob datasource whose credentials can either be a storage connection string or the ResourceId of the storage account.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_SQLDefinition of an Azure SQL datasource whose credentials can either be a standard SQL connection string or the ResourceId of the SQL resource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.AZURE_TABLEDefinition of an Azure Table datasource whose credentials can either be a table connection string or the ResourceId of the storage account.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.COSMOS_DBDefinition of an CosmosDB datasource whose credentials can either be a formatted connection string containing details for AccountEndpoint, AccountKey, and Database for a key based connection or details for ResourceID and ApiKind for keyless connection.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.MY_SQLDefinition of an Azure SQL datasource whose credentials can either be a standard ADO.NET formatted SQL connection string or the ResourceId of the SQL resource.static final SearchIndexerDataSourceTypeSearchIndexerDataSourceType.ONE_LAKEDefinition of an Microsoft Fabric Onelake datasource whose credentials can either be the Fabric workspace GUID or a workspace FQDN.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.