Share via


SqlServerVectorStoreRecordCollectionOptions<TRecord> Class

Definition

public sealed class SqlServerVectorStoreRecordCollectionOptions<TRecord>
type SqlServerVectorStoreRecordCollectionOptions<'Record> = class
Public NotInheritable Class SqlServerVectorStoreRecordCollectionOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
SqlServerVectorStoreRecordCollectionOptions<TRecord>

Constructors

SqlServerVectorStoreRecordCollectionOptions<TRecord>()

Properties

Mapper

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

RecordDefinition

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

Schema

Gets or sets the database schema.

Applies to