KnowledgeSourceKind Class

public final class KnowledgeSourceKind
extends ExpandableStringEnum<KnowledgeSourceKind>

The kind of the knowledge source.

Field Summary

Modifier and Type Field and Description
static final KnowledgeSourceKind AZURE_BLOB

A knowledge source that read and ingest data from Azure Blob Storage to a Search Index.

static final KnowledgeSourceKind FABRIC_DATA_AGENT

A knowledge source that retrieves data from a Fabric Data Agent.

static final KnowledgeSourceKind FABRIC_ONTOLOGY

A knowledge source that retrieves data from Microsoft Fabric Ontology ontologies.

static final KnowledgeSourceKind FILE

A knowledge source that supports direct file upload and indexing.

static final KnowledgeSourceKind INDEXED_ONE_LAKE

A knowledge source that reads data from indexed OneLake.

static final KnowledgeSourceKind INDEXED_SHARE_POINT

A knowledge source that reads data from indexed SharePoint.

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.

static final KnowledgeSourceKind MCP_SERVER

A knowledge source backed by an MCP (Model Context Protocol) server.

static final KnowledgeSourceKind REMOTE_SHARE_POINT

A knowledge source that reads data from remote SharePoint.

static final KnowledgeSourceKind SEARCH_INDEX

A knowledge source that reads data from a Search Index.

static final KnowledgeSourceKind WEB

A knowledge source that reads data from the web.

static final KnowledgeSourceKind 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 KnowledgeSourceKind value.

Method Summary

Modifier and Type Method and Description
static KnowledgeSourceKind fromString(String name)

Creates or finds a KnowledgeSourceKind from its string representation.

static Collection<KnowledgeSourceKind> values()

Gets known KnowledgeSourceKind values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding KnowledgeSourceKind.

values

public static Collection<KnowledgeSourceKind> values()

Gets known KnowledgeSourceKind values.

Returns:

known KnowledgeSourceKind values.

Applies to