Class SearchIndexerDataSourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
com.azure.search.documents.indexes.models.SearchIndexerDataSourceType
public final class SearchIndexerDataSourceType
extends com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
Defines values for SearchIndexerDataSourceType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchIndexerDataSourceType
Static value adlsgen2 for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
Static value azureblob for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
Static value azuresql for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
Static value azuretable for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
Static value cosmosdb for SearchIndexerDataSourceType.static final SearchIndexerDataSourceType
Static value mysql for SearchIndexerDataSourceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchIndexerDataSourceType
fromString
(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, hashCode, toString, values
-
Field Details
-
AZURE_SQL
Static value azuresql for SearchIndexerDataSourceType. -
COSMOS_DB
Static value cosmosdb for SearchIndexerDataSourceType. -
AZURE_BLOB
Static value azureblob for SearchIndexerDataSourceType. -
AZURE_TABLE
Static value azuretable for SearchIndexerDataSourceType. -
MY_SQL
Static value mysql for SearchIndexerDataSourceType. -
ADLS_GEN2
Static value adlsgen2 for SearchIndexerDataSourceType.
-
-
Constructor Details
-
SearchIndexerDataSourceType
public SearchIndexerDataSourceType()
-
-
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.
-