VolatileVectorStoreRecordCollection<TKey,TRecord> Constructor
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.
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.
Optional configuration options for this class.