Share via


SearchIndexerKnowledgeStoreParameters Class

Definition

A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.

public class SearchIndexerKnowledgeStoreParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexerKnowledgeStoreParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexerKnowledgeStoreParameters>
type SearchIndexerKnowledgeStoreParameters = class
    interface IJsonModel<SearchIndexerKnowledgeStoreParameters>
    interface IPersistableModel<SearchIndexerKnowledgeStoreParameters>
Public Class SearchIndexerKnowledgeStoreParameters
Implements IJsonModel(Of SearchIndexerKnowledgeStoreParameters), IPersistableModel(Of SearchIndexerKnowledgeStoreParameters)
Inheritance
SearchIndexerKnowledgeStoreParameters
Implements

Constructors

SearchIndexerKnowledgeStoreParameters()

Initializes a new instance of SearchIndexerKnowledgeStoreParameters.

Properties

AdditionalProperties

Additional Properties.

SynthesizeGeneratedKeyName

Whether or not projections should synthesize a generated key name if one isn't already present.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchIndexerKnowledgeStoreParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchIndexerKnowledgeStoreParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerKnowledgeStoreParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerKnowledgeStoreParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchIndexerKnowledgeStoreParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to