Package version:

Interface SearchIndexerKnowledgeStoreParameters

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.

interface SearchIndexerKnowledgeStoreParameters {
    synthesizeGeneratedKeyName?: boolean;
    [property: string]: unknown;
}

Indexable

  • [property: string]: unknown

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

synthesizeGeneratedKeyName?: boolean

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