다음을 통해 공유


SearchIndexKnowledgeSourceParams Class

Definition

Specifies runtime parameters for a search index knowledge source.

public class SearchIndexKnowledgeSourceParams : Azure.Search.Documents.Agents.Models.KnowledgeSourceParams, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.SearchIndexKnowledgeSourceParams>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.SearchIndexKnowledgeSourceParams>
type SearchIndexKnowledgeSourceParams = class
    inherit KnowledgeSourceParams
    interface IJsonModel<SearchIndexKnowledgeSourceParams>
    interface IPersistableModel<SearchIndexKnowledgeSourceParams>
Public Class SearchIndexKnowledgeSourceParams
Inherits KnowledgeSourceParams
Implements IJsonModel(Of SearchIndexKnowledgeSourceParams), IPersistableModel(Of SearchIndexKnowledgeSourceParams)
Inheritance
SearchIndexKnowledgeSourceParams
Implements

Constructors

SearchIndexKnowledgeSourceParams(String)

Initializes a new instance of SearchIndexKnowledgeSourceParams.

Properties

FilterAddOn

A filter condition applied to the index (e.g., 'State eq VA').

KnowledgeSourceName

The name of the index the params apply to.

(Inherited from KnowledgeSourceParams)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KnowledgeSourceParams>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from KnowledgeSourceParams)
IJsonModel<KnowledgeSourceParams>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeSourceParams)
IJsonModel<SearchIndexKnowledgeSourceParams>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SearchIndexKnowledgeSourceParams>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeSourceParams>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeSourceParams)
IPersistableModel<KnowledgeSourceParams>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from KnowledgeSourceParams)
IPersistableModel<KnowledgeSourceParams>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeSourceParams)
IPersistableModel<SearchIndexKnowledgeSourceParams>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexKnowledgeSourceParams>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SearchIndexKnowledgeSourceParams>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to