RedisHashSetVectorStoreRecordCollectionOptions<TRecord> Class
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.
Options when creating a RedisHashSetVectorStoreRecordCollectionOptions<TRecord>.
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. |