WeaviateVectorStoreRecordCollectionOptions<TRecord>.JsonNodeCustomMapper Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
IVectorStoreRecordMapper<TRecord,JsonNode>