Partager via


RedisHashSetVectorStoreRecordCollectionOptions<TRecord> Class

Definition

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

Type Parameters

TRecord
Inheritance
RedisHashSetVectorStoreRecordCollectionOptions<TRecord>

Constructors

RedisHashSetVectorStoreRecordCollectionOptions<TRecord>()

Properties

HashEntriesCustomMapper

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

PrefixCollectionNameToKeyNames

Gets or sets a value indicating whether the collection name should be prefixed to the key names before reading or writing to the Redis store. Default is false.

VectorStoreRecordDefinition

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

Applies to