Partager via


WeaviateVectorStoreRecordCollectionOptions<TRecord>.JsonNodeCustomMapper Property

Definition

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

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

Property Value

Applies to