KnowledgeSourceKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. KnowledgeSourceKind
- com.
- com.
public final class KnowledgeSourceKind
extends ExpandableStringEnum<KnowledgeSourceKind>
The kind of the knowledge source.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Knowledge |
AZURE_BLOB
A knowledge source that read and ingest data from Azure Blob Storage to a Search Index. |
|
static final
Knowledge |
FABRIC_DATA_AGENT
A knowledge source that retrieves data from a Fabric Data Agent. |
|
static final
Knowledge |
FABRIC_ONTOLOGY
A knowledge source that retrieves data from Microsoft Fabric Ontology ontologies. |
|
static final
Knowledge |
FILE
A knowledge source that supports direct file upload and indexing. |
|
static final
Knowledge |
INDEXED_ONE_LAKE
A knowledge source that reads data from indexed One |
|
static final
Knowledge |
INDEXED_SHARE_POINT
A knowledge source that reads data from indexed Share |
|
static final
Knowledge |
INDEXED_SQL
A knowledge source that retrieves and ingests data from Azure SQL Database or SQL Managed Instance to a Search Index. |
|
static final
Knowledge |
MCP_SERVER
A knowledge source backed by an MCP (Model Context Protocol) server. |
|
static final
Knowledge |
REMOTE_SHARE_POINT
A knowledge source that reads data from remote Share |
|
static final
Knowledge |
SEARCH_INDEX
A knowledge source that reads data from a Search Index. |
|
static final
Knowledge |
WEB
A knowledge source that reads data from the web. |
|
static final
Knowledge |
WORK_IQ
A knowledge source that reads data from work IQ. |
Constructor Summary
| Constructor | Description |
|---|---|
| KnowledgeSourceKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Knowledge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromString(String name)
Creates or finds a Knowledge |
|
static
Collection<Knowledge |
values()
Gets known Knowledge |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_BLOB
public static final KnowledgeSourceKind AZURE_BLOB
A knowledge source that read and ingest data from Azure Blob Storage to a Search Index.
FABRIC_DATA_AGENT
public static final KnowledgeSourceKind FABRIC_DATA_AGENT
A knowledge source that retrieves data from a Fabric Data Agent.
FABRIC_ONTOLOGY
public static final KnowledgeSourceKind FABRIC_ONTOLOGY
A knowledge source that retrieves data from Microsoft Fabric Ontology ontologies.
FILE
public static final KnowledgeSourceKind FILE
A knowledge source that supports direct file upload and indexing.
INDEXED_ONE_LAKE
public static final KnowledgeSourceKind INDEXED_ONE_LAKE
A knowledge source that reads data from indexed OneLake.
INDEXED_SHARE_POINT
public static final KnowledgeSourceKind INDEXED_SHARE_POINT
A knowledge source that reads data from indexed SharePoint.
INDEXED_SQL
public static final KnowledgeSourceKind INDEXED_SQL
A knowledge source that retrieves and ingests data from Azure SQL Database or SQL Managed Instance to a Search Index.
MCP_SERVER
public static final KnowledgeSourceKind MCP_SERVER
A knowledge source backed by an MCP (Model Context Protocol) server.
REMOTE_SHARE_POINT
public static final KnowledgeSourceKind REMOTE_SHARE_POINT
A knowledge source that reads data from remote SharePoint.
SEARCH_INDEX
public static final KnowledgeSourceKind SEARCH_INDEX
A knowledge source that reads data from a Search Index.
WEB
public static final KnowledgeSourceKind WEB
A knowledge source that reads data from the web.
WORK_IQ
public static final KnowledgeSourceKind WORK_IQ
A knowledge source that reads data from work IQ.
Constructor Details
KnowledgeSourceKind
@Deprecated
public KnowledgeSourceKind()
Deprecated
Creates a new instance of KnowledgeSourceKind value.
Method Details
fromString
public static KnowledgeSourceKind fromString(String name)
Creates or finds a KnowledgeSourceKind from its string representation.
Parameters:
Returns:
values
public static Collection<KnowledgeSourceKind> values()
Gets known KnowledgeSourceKind values.
Returns: