Share via


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 retrieves and ingests data from Azure Blob Storage to a Search Index.

static final KnowledgeSourceKind INDEXED_ONE_LAKE

A knowledge source that retrieves and ingests data from OneLake to a Search Index.

static final KnowledgeSourceKind INDEXED_SHARE_POINT

A knowledge source that retrieves and ingests data from SharePoint to a Search Index.

static final KnowledgeSourceKind REMOTE_SHARE_POINT

A knowledge source that retrieves data from a remote SharePoint endpoint.

static final KnowledgeSourceKind SEARCH_INDEX

A knowledge source that retrieves data from a Search Index.

static final KnowledgeSourceKind WEB

A knowledge source that retrieves data from the web.

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 retrieves and ingests data from Azure Blob Storage to a Search Index.

INDEXED_ONE_LAKE

public static final KnowledgeSourceKind INDEXED_ONE_LAKE

A knowledge source that retrieves and ingests data from OneLake to a Search Index.

INDEXED_SHARE_POINT

public static final KnowledgeSourceKind INDEXED_SHARE_POINT

A knowledge source that retrieves and ingests data from SharePoint to a Search Index.

REMOTE_SHARE_POINT

public static final KnowledgeSourceKind REMOTE_SHARE_POINT

A knowledge source that retrieves data from a remote SharePoint endpoint.

SEARCH_INDEX

public static final KnowledgeSourceKind SEARCH_INDEX

A knowledge source that retrieves data from a Search Index.

WEB

public static final KnowledgeSourceKind WEB

A knowledge source that retrieves data from the web.

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