KnowledgeSourceKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The kind of the knowledge source.
public readonly struct KnowledgeSourceKind : IEquatable<Azure.Search.Documents.Indexes.Models.KnowledgeSourceKind>
type KnowledgeSourceKind = struct
Public Structure KnowledgeSourceKind
Implements IEquatable(Of KnowledgeSourceKind)
- Inheritance
-
KnowledgeSourceKind
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeSourceKind(String) |
Initializes a new instance of KnowledgeSourceKind. |
Properties
| Name | Description |
|---|---|
| AzureBlob |
A knowledge source that read and ingest data from Azure Blob Storage to a Search Index. |
| FabricDataAgent |
A knowledge source that retrieves data from a Fabric Data Agent. |
| FabricOntology |
A knowledge source that retrieves data from Microsoft Fabric Ontology ontologies. |
| File |
A knowledge source that supports direct file upload and indexing. |
| IndexedOneLake |
A knowledge source that reads data from indexed OneLake. |
| IndexedSharePoint |
A knowledge source that reads data from indexed SharePoint. |
| IndexedSql |
A knowledge source that retrieves and ingests data from Azure SQL Database or SQL Managed Instance to a Search Index. |
| McpServer |
A knowledge source backed by an MCP (Model Context Protocol) server. |
| RemoteSharePoint |
A knowledge source that reads data from remote SharePoint. |
| SearchIndex |
A knowledge source that reads data from a Search Index. |
| Web |
A knowledge source that reads data from the web. |
| WorkIQ |
A knowledge source that reads data from work IQ. |
Methods
| Name | Description |
|---|---|
| Equals(KnowledgeSourceKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(KnowledgeSourceKind, KnowledgeSourceKind) |
Determines if two KnowledgeSourceKind values are the same. |
| Implicit(String to KnowledgeSourceKind) |
Converts a string to a KnowledgeSourceKind. |
| Implicit(String to Nullable<KnowledgeSourceKind>) | |
| Inequality(KnowledgeSourceKind, KnowledgeSourceKind) |
Determines if two KnowledgeSourceKind values are not the same. |