SearchIndexKnowledgeSourceParameters Class
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.
Parameters for search index knowledge source.
public class SearchIndexKnowledgeSourceParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexKnowledgeSourceParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexKnowledgeSourceParameters>
type SearchIndexKnowledgeSourceParameters = class
interface IJsonModel<SearchIndexKnowledgeSourceParameters>
interface IPersistableModel<SearchIndexKnowledgeSourceParameters>
Public Class SearchIndexKnowledgeSourceParameters
Implements IJsonModel(Of SearchIndexKnowledgeSourceParameters), IPersistableModel(Of SearchIndexKnowledgeSourceParameters)
- Inheritance
-
SearchIndexKnowledgeSourceParameters
- Implements
Constructors
SearchIndexKnowledgeSourceParameters(String) |
Initializes a new instance of SearchIndexKnowledgeSourceParameters. |
Properties
SearchIndexName |
The name of the Search index. |
SourceDataSelect |
Used to request additional fields for referenced source data. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SearchIndexKnowledgeSourceParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchIndexKnowledgeSourceParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchIndexKnowledgeSourceParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchIndexKnowledgeSourceParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchIndexKnowledgeSourceParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |