Class SearchIndexerDataSourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
com.azure.search.documents.indexes.models.SearchIndexerDataSourceType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SearchIndexerDataSourceType
extends com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
Defines the type of a datasource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchIndexerDataSourceTypeIndicates an ADLS Gen2 datasource.static final SearchIndexerDataSourceTypeIndicates an Azure Blob datasource.static final SearchIndexerDataSourceTypeIndicates an Azure SQL datasource.static final SearchIndexerDataSourceTypeIndicates an Azure Table datasource.static final SearchIndexerDataSourceTypeIndicates a CosmosDB datasource.static final SearchIndexerDataSourceTypeIndicates a MySql datasource.static final SearchIndexerDataSourceTypeIndicates a Microsoft Fabric OneLake datasource.static final SearchIndexerDataSourceTypeIndicates a SharePoint datasource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchIndexerDataSourceTypefromString(String name) Creates or finds a SearchIndexerDataSourceType from its string representation.values()Gets known SearchIndexerDataSourceType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_SQL
Indicates an Azure SQL datasource. -
COSMOS_DB
Indicates a CosmosDB datasource. -
AZURE_BLOB
Indicates an Azure Blob datasource. -
AZURE_TABLE
Indicates an Azure Table datasource. -
MY_SQL
Indicates a MySql datasource. -
ADLS_GEN2
Indicates an ADLS Gen2 datasource. -
ONE_LAKE
Indicates a Microsoft Fabric OneLake datasource. -
SHARE_POINT
Indicates a SharePoint datasource.
-
-
Constructor Details
-
SearchIndexerDataSourceType
Deprecated.Use thefromString(String)factory method.Creates a new instance of SearchIndexerDataSourceType value.
-
-
Method Details
-
fromString
Creates or finds a SearchIndexerDataSourceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SearchIndexerDataSourceType.
-
values
Gets known SearchIndexerDataSourceType values.- Returns:
- known SearchIndexerDataSourceType values.
-
fromString(String)factory method.