Partager via


AzureAISearchVectorStoreRecordCollectionOptions<TRecord> Class

Definition

public sealed class AzureAISearchVectorStoreRecordCollectionOptions<TRecord> where TRecord : class
type AzureAISearchVectorStoreRecordCollectionOptions<'Record (requires 'Record : null)> = class
Public NotInheritable Class AzureAISearchVectorStoreRecordCollectionOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
AzureAISearchVectorStoreRecordCollectionOptions<TRecord>

Constructors

AzureAISearchVectorStoreRecordCollectionOptions<TRecord>()

Properties

JsonObjectCustomMapper

Gets or sets an optional custom mapper to use when converting between the data model and the Azure AI Search record.

JsonSerializerOptions

Gets or sets the JSON serializer options to use when converting between the data model and the Azure AI Search record. Note that when using the default mapper and you are constructing your own SearchIndexClient, you will need to provide the same set of JsonSerializerOptions both here and when constructing the SearchIndexClient.

VectorStoreRecordDefinition

Gets or sets an optional record definition that defines the schema of the record type.

Applies to