Partager via


VolatileVectorStoreRecordCollection<TKey,TRecord> Constructor

Definition

Initializes a new instance of the VolatileVectorStoreRecordCollection<TKey,TRecord> class.

public VolatileVectorStoreRecordCollection (string collectionName, Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollectionOptions? options = default);
new Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection<'Key, 'Record (requires 'Record : null)> : string * Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollectionOptions -> Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection<'Key, 'Record (requires 'Record : null)>
Public Sub New (collectionName As String, Optional options As VolatileVectorStoreRecordCollectionOptions = Nothing)

Parameters

collectionName
String

The name of the collection that this VolatileVectorStoreRecordCollection<TKey,TRecord> will access.

options
VolatileVectorStoreRecordCollectionOptions

Optional configuration options for this class.

Applies to