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. |
| IndexedOneLake |
A knowledge source that reads data from indexed OneLake. |
| SearchIndex |
A knowledge source that reads data from a Search Index. |
| Web |
A knowledge source that reads data from the web. |
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. |