Partager via


AzureAISearchVectorStoreRecordCollectionOptions<TRecord>.JsonObjectCustomMapper Property

Definition

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

public Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<TRecord,System.Text.Json.Nodes.JsonObject>? JsonObjectCustomMapper { get; init; }
member this.JsonObjectCustomMapper : Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<'Record, System.Text.Json.Nodes.JsonObject (requires 'Record : null)> with get, set
Public Property JsonObjectCustomMapper As IVectorStoreRecordMapper(Of TRecord, JsonObject)

Property Value

Remarks

If not set, the default mapper that is provided by the Azure AI Search client SDK will be used.

Applies to