Class KnowledgeSourceKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeSourceKind>
com.azure.search.documents.knowledgebases.models.KnowledgeSourceKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeSourceKind
extends com.azure.core.util.ExpandableStringEnum<KnowledgeSourceKind>
The kind of the knowledge source.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeSourceKindA knowledge source that retrieves and ingests data from Azure Blob Storage to a Search Index.static final KnowledgeSourceKindA knowledge source that retrieves and ingests data from OneLake to a Search Index.static final KnowledgeSourceKindA knowledge source that retrieves and ingests data from SharePoint to a Search Index.static final KnowledgeSourceKindA knowledge source that retrieves data from a remote SharePoint endpoint.static final KnowledgeSourceKindA knowledge source that retrieves data from a Search Index.static final KnowledgeSourceKindA knowledge source that retrieves data from the web. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KnowledgeSourceKindfromString(String name) Creates or finds a KnowledgeSourceKind from its string representation.static Collection<KnowledgeSourceKind> values()Gets known KnowledgeSourceKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SEARCH_INDEX
A knowledge source that retrieves data from a Search Index. -
AZURE_BLOB
A knowledge source that retrieves and ingests data from Azure Blob Storage to a Search Index. -
WEB
A knowledge source that retrieves data from the web. -
REMOTE_SHARE_POINT
A knowledge source that retrieves data from a remote SharePoint endpoint. -
INDEXED_SHARE_POINT
A knowledge source that retrieves and ingests data from SharePoint to a Search Index. -
INDEXED_ONE_LAKE
A knowledge source that retrieves and ingests data from OneLake to a Search Index.
-
-
Constructor Details
-
KnowledgeSourceKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeSourceKind value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeSourceKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeSourceKind.
-
values
Gets known KnowledgeSourceKind values.- Returns:
- known KnowledgeSourceKind values.
-
fromString(String)factory method.