SearchModelFactory.SearchIndexerKnowledgeStoreParameters Method

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 static Azure.Search.Documents.Indexes.Models.SearchIndexerKnowledgeStoreParameters SearchIndexerKnowledgeStoreParameters(bool? synthesizeGeneratedKeyName = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member SearchIndexerKnowledgeStoreParameters : Nullable<bool> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.Search.Documents.Indexes.Models.SearchIndexerKnowledgeStoreParameters
Public Shared Function SearchIndexerKnowledgeStoreParameters (Optional synthesizeGeneratedKeyName As Nullable(Of Boolean) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As SearchIndexerKnowledgeStoreParameters

Parameters

synthesizeGeneratedKeyName
Nullable<Boolean>

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

additionalProperties
IDictionary<String,BinaryData>

Returns

A new SearchIndexerKnowledgeStoreParameters instance for mocking.

Applies to