Partager via


RedisHashSetVectorStoreRecordCollectionOptions<TRecord>.HashEntriesCustomMapper Property

Definition

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

public Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<TRecord,(string Key, StackExchange.Redis.HashEntry[] HashEntries)>? HashEntriesCustomMapper { get; init; }
member this.HashEntriesCustomMapper : Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<'Record, ValueTuple<string, StackExchange.Redis.HashEntry[]> (requires 'Record : null)> with get, set
Public Property HashEntriesCustomMapper As IVectorStoreRecordMapper(Of TRecord, ValueTuple(Of String, HashEntry()))

Property Value

IVectorStoreRecordMapper<TRecord,ValueTuple<String,StackExchange.Redis.HashEntry[]>>

Applies to